@somnia-chain/markets-sdk / index / ORDER_TYPE
Variable: ORDER_TYPE
constORDER_TYPE:object
Defined in: trade.ts:216
OrderBook OrderType — shared by binary placeOrder and spot placeSpotOrder
(both ride the same OrderBook core): 0 NormalOrder (limit), 1 FillOrKill,
2 ImmediateOrCancel (market), 3 PostOnly. Pass to either call's orderType.
Type Declaration
LIMIT
readonlyLIMIT:0=0
FILL_OR_KILL
readonlyFILL_OR_KILL:1=1
MARKET
readonlyMARKET:2=2
POST_ONLY
readonlyPOST_ONLY:3=3