Enumeration OrderStatus

Order state is included in all order endpoint responses. Orders are not guaranteed to enter the open state before reporting as another state. For example, a limit order that is completely filled on execution first reports in the filled state in endpoint responses.

Enumeration Members

active: "active"

Stop order exists on the order book

canceled: "canceled"

Limit order was canceled prior to execution completion but may be partially filled

filled: "filled"

Limit order is completely filled and is no longer on the book; market order was filled

inactive: "inactive"

Conditional and trailing stop orders that have not yet entered the active state

notFound: "notFound"

Order ID to cancel was not found

open: "open"

Limit order exists on the order book

partiallyFilled: "partiallyFilled"

Limit order has completed fills but has remaining open quantity