Skip to content

API Reference


API Reference / Constants / OrderStatus

Variable: OrderStatus

const OrderStatus: object

Defined in: src/constants.ts:133

Type Declaration

TRANSIT

readonly TRANSIT: "TRANSIT" = "TRANSIT"

PENDING

readonly PENDING: "PENDING" = "PENDING"

CLOSED

readonly CLOSED: "CLOSED" = "CLOSED"

TRIGGERED

readonly TRIGGERED: "TRIGGERED" = "TRIGGERED"

REJECTED

readonly REJECTED: "REJECTED" = "REJECTED"

CANCELLED

readonly CANCELLED: "CANCELLED" = "CANCELLED"

PART_TRADED

readonly PART_TRADED: "PART_TRADED" = "PART_TRADED"

TRADED

readonly TRADED: "TRADED" = "TRADED"

EXPIRED

readonly EXPIRED: "EXPIRED" = "EXPIRED"

MODIFIED

readonly MODIFIED: "MODIFIED" = "MODIFIED"

Community project — not affiliated with Dhan. MIT License.