Skip to main content

Interface: CreateOrderParams

Defined in: types.ts:174

Extends

Properties

coinraySymbol

coinraySymbol: string

Defined in: types.ts:157

Inherited from

BaseParams.coinraySymbol


encryptedApiKey

encryptedApiKey: string

Defined in: types.ts:156

Inherited from

BaseParams.encryptedApiKey


postOnly?

optional postOnly?: boolean

Defined in: types.ts:181


price?

optional price?: BigNumber

Defined in: types.ts:178


quantity

quantity: BigNumber

Defined in: types.ts:177


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:180


side

side: OrderSide

Defined in: types.ts:176


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:179


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:182


type

type: OrderType

Defined in: types.ts:175