Skip to content

API Reference


API Reference / Constants / OrderTypeEnum

Variable: OrderTypeEnum

const OrderTypeEnum: object

Defined in: src/constants.ts:112

Type Declaration

LIMIT

readonly LIMIT: "LIMIT" = "LIMIT"

MARKET

readonly MARKET: "MARKET" = "MARKET"

STOP_LOSS

readonly STOP_LOSS: "STOP_LOSS" = "STOP_LOSS"

STOP_LOSS_MARKET

readonly STOP_LOSS_MARKET: "STOP_LOSS_MARKET" = "STOP_LOSS_MARKET"

Community project — not affiliated with Dhan. MIT License.