improve ioc tooltip copy
This commit is contained in:
parent
8b9519ea6c
commit
67c1064d38
|
@ -31,8 +31,8 @@
|
|||
"size": "Size",
|
||||
"spread": "Spread",
|
||||
"tooltip-enable-margin": "Enable spot margin for this trade",
|
||||
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or they will be canceled.",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker order or else they will be canceled.",
|
||||
"tooltip-ioc": "Immediate-Or-Cancel (IOC) orders are guaranteed to be the taker and must be executed immediately. Any portion of the order that can't be filled immediately will be cancelled",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker or they will be canceled",
|
||||
"trades": "Trades",
|
||||
"unsettled": "Unsettled"
|
||||
}
|
|
@ -31,8 +31,8 @@
|
|||
"size": "Size",
|
||||
"spread": "Spread",
|
||||
"tooltip-enable-margin": "Enable spot margin for this trade",
|
||||
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or they will be canceled.",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker order or else they will be canceled.",
|
||||
"tooltip-ioc": "Immediate-Or-Cancel (IOC) orders are guaranteed to be the taker and must be executed immediately. Any portion of the order that can't be filled immediately will be cancelled",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker or they will be canceled",
|
||||
"trades": "Trades",
|
||||
"unsettled": "Unsettled"
|
||||
}
|
|
@ -31,8 +31,8 @@
|
|||
"size": "Size",
|
||||
"spread": "Spread",
|
||||
"tooltip-enable-margin": "Enable spot margin for this trade",
|
||||
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or they will be canceled.",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker order or else they will be canceled.",
|
||||
"tooltip-ioc": "Immediate-Or-Cancel (IOC) orders are guaranteed to be the taker and must be executed immediately. Any portion of the order that can't be filled immediately will be cancelled",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker or they will be canceled",
|
||||
"trades": "Trades",
|
||||
"unsettled": "Unsettled"
|
||||
}
|
|
@ -31,8 +31,8 @@
|
|||
"size": "Size",
|
||||
"spread": "Spread",
|
||||
"tooltip-enable-margin": "Enable spot margin for this trade",
|
||||
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or they will be canceled.",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker order or else they will be canceled.",
|
||||
"tooltip-ioc": "Immediate-Or-Cancel (IOC) orders are guaranteed to be the taker and must be executed immediately. Any portion of the order that can't be filled immediately will be cancelled",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker or they will be canceled",
|
||||
"trades": "Trades",
|
||||
"unsettled": "Unsettled"
|
||||
}
|
|
@ -31,8 +31,8 @@
|
|||
"size": "Size",
|
||||
"spread": "Spread",
|
||||
"tooltip-enable-margin": "Enable spot margin for this trade",
|
||||
"tooltip-ioc": "Immediate or cancel orders are guaranteed to be the taker or they will be canceled.",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker order or else they will be canceled.",
|
||||
"tooltip-ioc": "Immediate-Or-Cancel (IOC) orders are guaranteed to be the taker and must be executed immediately. Any portion of the order that can't be filled immediately will be cancelled",
|
||||
"tooltip-post": "Post orders are guaranteed to be the maker or they will be canceled",
|
||||
"trades": "Trades",
|
||||
"unsettled": "Unsettled"
|
||||
}
|
Loading…
Reference in New Issue