Skip to main content

Interface: UpdateOrderParams

Defined in: types.ts:177

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


orderId

orderId: string

Defined in: types.ts:178


postOnly?

optional postOnly?: boolean

Defined in: types.ts:185


price?

optional price?: BigNumber

Defined in: types.ts:182


quantity

quantity: BigNumber

Defined in: types.ts:181


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:184


side

side: OrderSide

Defined in: types.ts:180


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:183


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:186


type

type: OrderType

Defined in: types.ts:179