@injectivelabs/ts-types
Advanced tools
Comparing version 1.10.0-alpha.1 to 1.10.0-alpha.2
@@ -18,3 +18,5 @@ export declare enum TradeExecutionType { | ||
export declare enum OrderState { | ||
Unfilled = "unfilled", | ||
Booked = "booked", | ||
PartialFilled = "partial_filled", | ||
PartiallyFilled = "partially_filled", | ||
@@ -25,2 +27,16 @@ Filled = "filled", | ||
} | ||
export declare enum OrderSide { | ||
Unspecified = "unspecified", | ||
Buy = "buy", | ||
Sell = "sell", | ||
StopBuy = "stop_buy", | ||
StopSell = "stop_sell", | ||
TakeBuy = "take_buy", | ||
TakeSell = "take_sell", | ||
BuyPO = "buy_po", | ||
SellPO = "sell_po", | ||
BuyAtomic = "buy_atomic", | ||
SellAtomic = "sell_atomic", | ||
Unrecognized = "unrecognized" | ||
} | ||
//# sourceMappingURL=trade.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OrderState = exports.TradeDirection = exports.TradeExecutionSide = exports.TradeExecutionType = void 0; | ||
exports.OrderSide = exports.OrderState = exports.TradeDirection = exports.TradeExecutionSide = exports.TradeExecutionType = void 0; | ||
var TradeExecutionType; | ||
@@ -25,3 +25,5 @@ (function (TradeExecutionType) { | ||
(function (OrderState) { | ||
OrderState["Unfilled"] = "unfilled"; | ||
OrderState["Booked"] = "booked"; | ||
OrderState["PartialFilled"] = "partial_filled"; | ||
OrderState["PartiallyFilled"] = "partially_filled"; | ||
@@ -32,2 +34,17 @@ OrderState["Filled"] = "filled"; | ||
})(OrderState = exports.OrderState || (exports.OrderState = {})); | ||
var OrderSide; | ||
(function (OrderSide) { | ||
OrderSide["Unspecified"] = "unspecified"; | ||
OrderSide["Buy"] = "buy"; | ||
OrderSide["Sell"] = "sell"; | ||
OrderSide["StopBuy"] = "stop_buy"; | ||
OrderSide["StopSell"] = "stop_sell"; | ||
OrderSide["TakeBuy"] = "take_buy"; | ||
OrderSide["TakeSell"] = "take_sell"; | ||
OrderSide["BuyPO"] = "buy_po"; | ||
OrderSide["SellPO"] = "sell_po"; | ||
OrderSide["BuyAtomic"] = "buy_atomic"; | ||
OrderSide["SellAtomic"] = "sell_atomic"; | ||
OrderSide["Unrecognized"] = "unrecognized"; | ||
})(OrderSide = exports.OrderSide || (exports.OrderSide = {})); | ||
//# sourceMappingURL=trade.js.map |
@@ -18,3 +18,5 @@ export declare enum TradeExecutionType { | ||
export declare enum OrderState { | ||
Unfilled = "unfilled", | ||
Booked = "booked", | ||
PartialFilled = "partial_filled", | ||
PartiallyFilled = "partially_filled", | ||
@@ -25,2 +27,16 @@ Filled = "filled", | ||
} | ||
export declare enum OrderSide { | ||
Unspecified = "unspecified", | ||
Buy = "buy", | ||
Sell = "sell", | ||
StopBuy = "stop_buy", | ||
StopSell = "stop_sell", | ||
TakeBuy = "take_buy", | ||
TakeSell = "take_sell", | ||
BuyPO = "buy_po", | ||
SellPO = "sell_po", | ||
BuyAtomic = "buy_atomic", | ||
SellAtomic = "sell_atomic", | ||
Unrecognized = "unrecognized" | ||
} | ||
//# sourceMappingURL=trade.d.ts.map |
@@ -22,3 +22,5 @@ export var TradeExecutionType; | ||
(function (OrderState) { | ||
OrderState["Unfilled"] = "unfilled"; | ||
OrderState["Booked"] = "booked"; | ||
OrderState["PartialFilled"] = "partial_filled"; | ||
OrderState["PartiallyFilled"] = "partially_filled"; | ||
@@ -29,2 +31,17 @@ OrderState["Filled"] = "filled"; | ||
})(OrderState || (OrderState = {})); | ||
export var OrderSide; | ||
(function (OrderSide) { | ||
OrderSide["Unspecified"] = "unspecified"; | ||
OrderSide["Buy"] = "buy"; | ||
OrderSide["Sell"] = "sell"; | ||
OrderSide["StopBuy"] = "stop_buy"; | ||
OrderSide["StopSell"] = "stop_sell"; | ||
OrderSide["TakeBuy"] = "take_buy"; | ||
OrderSide["TakeSell"] = "take_sell"; | ||
OrderSide["BuyPO"] = "buy_po"; | ||
OrderSide["SellPO"] = "sell_po"; | ||
OrderSide["BuyAtomic"] = "buy_atomic"; | ||
OrderSide["SellAtomic"] = "sell_atomic"; | ||
OrderSide["Unrecognized"] = "unrecognized"; | ||
})(OrderSide || (OrderSide = {})); | ||
//# sourceMappingURL=trade.js.map |
{ | ||
"name": "@injectivelabs/ts-types", | ||
"description": "List of types that can be reused throughout Injective's projects.", | ||
"version": "1.10.0-alpha.1", | ||
"version": "1.10.0-alpha.2", | ||
"license": "Apache-2.0", | ||
@@ -36,3 +36,3 @@ "main": "dist/cjs/index.js", | ||
}, | ||
"gitHead": "07d7bbdab8f1aa8d77d72dd7c17f54058bca8964" | ||
"gitHead": "b497d8b4e1536b09cfc73fb6ef627e8ffeaf8b13" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43200
477