Orderly SDKs / Modules / @orderly.network/types / OrderType
@orderly.network/types.OrderType
Supported types for placing an order
• ASK = "ASK"
packages/types/src/order.ts:10
• BID = "BID"
packages/types/src/order.ts:11
• CLOSE_POSITION = "CLOSE_POSITION"
Only for POSITIONAL_TP_SL type algo order
packages/types/src/order.ts:17
• FOK = "FOK"
• IOC = "IOC"
• LIMIT = "LIMIT"
• MARKET = "MARKET"
• POST_ONLY = "POST_ONLY"
• STOP_LIMIT = "STOP_LIMIT"
packages/types/src/order.ts:12
• STOP_MARKET = "STOP_MARKET"
packages/types/src/order.ts:13