Skip to content

Lucid SDK API


Lucid SDK API / OrderStatus

Enumeration: OrderStatus

Defined in: src/types/index.ts:35

Enumeration for current order status.

Enumeration Members

CANCELED

CANCELED: "CANCELED"

Defined in: src/types/index.ts:39


EXPIRED

EXPIRED: "EXPIRED"

Defined in: src/types/index.ts:42


FILLED

FILLED: "FILLED"

Defined in: src/types/index.ts:38


NEW

NEW: "NEW"

Defined in: src/types/index.ts:36


PARTIALLY_FILLED

PARTIALLY_FILLED: "PARTIALLY_FILLED"

Defined in: src/types/index.ts:37


PENDING_CANCEL

PENDING_CANCEL: "PENDING_CANCEL"

Defined in: src/types/index.ts:40


REJECTED

REJECTED: "REJECTED"

Defined in: src/types/index.ts:41