Skip to main content

Interface: CreateOrderParams

Defined in: types.ts:166

Extends

Properties

coinraySymbol

coinraySymbol: string

Defined in: types.ts:149

Inherited from

BaseParams.coinraySymbol


encryptedApiKey

encryptedApiKey: string

Defined in: types.ts:148

Inherited from

BaseParams.encryptedApiKey


postOnly?

optional postOnly?: boolean

Defined in: types.ts:173


price?

optional price?: BigNumber

Defined in: types.ts:170


quantity

quantity: BigNumber

Defined in: types.ts:169


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:172


side

side: OrderSide

Defined in: types.ts:168


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:171


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:174


type

type: OrderType

Defined in: types.ts:167