@xoxno/types 1.0.369 → 1.0.370
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.
package/dist/enums/perp.enum.js
CHANGED
|
@@ -104,8 +104,6 @@ var PerpOrderTimeInForce;
|
|
|
104
104
|
PerpOrderTimeInForce["IOC"] = "Ioc";
|
|
105
105
|
// Stays open until fully filled or cancelled
|
|
106
106
|
PerpOrderTimeInForce["GTC"] = "Gtc";
|
|
107
|
-
// FrontendMarket
|
|
108
|
-
PerpOrderTimeInForce["FRONTEND"] = "FrontendMarket";
|
|
109
107
|
})(PerpOrderTimeInForce || (exports.PerpOrderTimeInForce = PerpOrderTimeInForce = {}));
|
|
110
108
|
var PerpOrderTpsl;
|
|
111
109
|
(function (PerpOrderTpsl) {
|