Orderly home page
latest
Search...
⌘K
Ask AI
Socials
Get in Touch
Get a Grant
Get a Grant
Search...
Navigation
Home
Introduction
Build on Omnichain
NEAR
SDKs
Strategy Vault
Troubleshooting
Changelog
Software Development Kits
List of SDKs
Changelog
Migrate to SDK v2
[EVM] React Components SDK
Overview
Getting started
Theming
Wallet connect
Framework Guides
Page Components
Block Components
[EVM] React Hooks SDK
Overview
Setup
API Requests
Utility
Account
Assets
Market Data
Orders
Positions
Funding
Referral
[EVM] Core SDK
Overview
[EVM] Perp SDK
Overview
Technical Documentation
README
Modules
Modules
Interfaces
Enums
Orderly network hooks.MarketsType
Orderly network hooks.WsNetworkStatus
Orderly network net.WebSocketEvent
Orderly network react.ExtensionPosition
Orderly network react.TradingFeatures
Orderly network trading view.ChartMode
Orderly network types.AccountStatusEnum
Orderly network types.AlgoOrderRootType
Orderly network types.AlgoOrderType
Orderly network types.ExchangeStatusEnum
Orderly network types.OrderSide
Orderly network types.OrderStatus
Orderly network types.OrderType
Orderly network types.PositionSide
Orderly network types.SystemStateEnum
Orderly network types.TriggerPriceType
Orderly network types.WS WalletStatusEnum
Orderly network types.WithdrawStatus
Classes
On this page
Enumeration: OrderType
Table of contents
Enumeration Members
Enumeration Members
ASK
Defined in
BID
Defined in
CLOSE_POSITION
Defined in
FOK
Defined in
IOC
Defined in
LIMIT
Defined in
MARKET
Defined in
POST_ONLY
Defined in
STOP_LIMIT
Defined in
STOP_MARKET
Defined in
Enums
Orderly network types.OrderType
Orderly SDKs
/
Modules
/
@orderly.network/types
/ OrderType
Enumeration: OrderType
@orderly.network/types
.OrderType
Supported types for placing an order
Table of contents
Enumeration Members
ASK
BID
CLOSE_POSITION
FOK
IOC
LIMIT
MARKET
POST_ONLY
STOP_LIMIT
STOP_MARKET
Enumeration Members
ASK
•
ASK
=
"ASK"
Defined in
packages/types/src/order.ts:10
BID
•
BID
=
"BID"
Defined in
packages/types/src/order.ts:11
CLOSE_POSITION
•
CLOSE_POSITION
=
"CLOSE_POSITION"
Only for POSITIONAL_TP_SL type algo order
Defined in
packages/types/src/order.ts:17
FOK
•
FOK
=
"FOK"
Defined in
packages/types/src/order.ts:8
IOC
•
IOC
=
"IOC"
Defined in
packages/types/src/order.ts:7
LIMIT
•
LIMIT
=
"LIMIT"
Defined in
packages/types/src/order.ts:5
MARKET
•
MARKET
=
"MARKET"
Defined in
packages/types/src/order.ts:6
POST_ONLY
•
POST_ONLY
=
"POST_ONLY"
Defined in
packages/types/src/order.ts:9
STOP_LIMIT
•
STOP_LIMIT
=
"STOP_LIMIT"
Defined in
packages/types/src/order.ts:12
STOP_MARKET
•
STOP_MARKET
=
"STOP_MARKET"
Defined in
packages/types/src/order.ts:13
Orderly network types.OrderStatus
Orderly network types.PositionSide
Assistant
Responses are generated using AI and may contain mistakes.