Skip to content

Lucid SDK API


Lucid SDK API / NewOrderRequest

Interface: NewOrderRequest

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

Interface for placing a new order.

Properties

icebergQty?

optional icebergQty: string

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


newClientOrderId?

optional newClientOrderId: string

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


newOrderRespType?

optional newOrderRespType: "ACK" | "RESULT" | "FULL"

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


price?

optional price: string

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


quantity

quantity: string

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


side

side: OrderSide

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


stopPrice?

optional stopPrice: string

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


symbol

symbol: string

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


timeInForce?

optional timeInForce: TimeInForce

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


type

type: OrderType

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