Appearance
Lucid SDK API / NewOrderRequest
Interface: NewOrderRequest
Defined in: src/types/index.ts:137
Interface for placing a new order.
Properties
icebergQty?
optionalicebergQty:string
Defined in: src/types/index.ts:146
newClientOrderId?
optionalnewClientOrderId:string
Defined in: src/types/index.ts:145
newOrderRespType?
optionalnewOrderRespType:"ACK"|"RESULT"|"FULL"
Defined in: src/types/index.ts:147
price?
optionalprice: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?
optionalstopPrice:string
Defined in: src/types/index.ts:144
symbol
symbol:
string
Defined in: src/types/index.ts:138
timeInForce?
optionaltimeInForce:TimeInForce
Defined in: src/types/index.ts:141
type
type:
OrderType
Defined in: src/types/index.ts:140