@dydxprotocol/v4-localization 1.1.297 → 1.1.298
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -116,6 +116,10 @@
|
|
|
116
116
|
"TITLE": "Limit Close",
|
|
117
117
|
"BODY": "A limit close may not happen instantly, and will only be filled once the entered price is hit. Monitor the Orders tab to check its status."
|
|
118
118
|
},
|
|
119
|
+
"IOC_LIMIT_CLOSE": {
|
|
120
|
+
"TITLE": "Limit Close",
|
|
121
|
+
"BODY": "A limit close will execute immediately or cancel the order. The limit price should be used to customize the amount of slippage tolerated for a close position order. If you would like to close a position when a price is reached, set take profit or stop loss orders instead."
|
|
122
|
+
},
|
|
119
123
|
"LIMIT_PRICE": {
|
|
120
124
|
"TITLE": "Limit Price",
|
|
121
125
|
"BODY": "This order can only be filled at the specified limit price or better. If your order crosses at the time of placement, your order will fill any crossing orders at the most favorable price."
|
package/package.json
CHANGED
|
@@ -110,6 +110,8 @@ export const TOOLTIP_STRING_KEYS = {
|
|
|
110
110
|
INITIAL_MARGIN_FRACTION_TITLE: 'TOOLTIPS.TRADE.INITIAL_MARGIN_FRACTION.TITLE',
|
|
111
111
|
INITIAL_STOP_BODY: 'TOOLTIPS.TRADE.INITIAL_STOP.BODY',
|
|
112
112
|
INITIAL_STOP_TITLE: 'TOOLTIPS.TRADE.INITIAL_STOP.TITLE',
|
|
113
|
+
IOC_LIMIT_CLOSE_BODY: 'TOOLTIPS.TRADE.IOC_LIMIT_CLOSE.BODY',
|
|
114
|
+
IOC_LIMIT_CLOSE_TITLE: 'TOOLTIPS.TRADE.IOC_LIMIT_CLOSE.TITLE',
|
|
113
115
|
LEVERAGE_BODY: 'TOOLTIPS.TRADE.LEVERAGE.BODY',
|
|
114
116
|
LEVERAGE_TITLE: 'TOOLTIPS.TRADE.LEVERAGE.TITLE',
|
|
115
117
|
LIMIT_CLOSE_BODY: 'TOOLTIPS.TRADE.LIMIT_CLOSE.BODY',
|