Skip to main content

Interface: UpdateOrderParams

Defined in: types.ts:185

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


orderId

orderId: string

Defined in: types.ts:186


postOnly?

optional postOnly?: boolean

Defined in: types.ts:193


price?

optional price?: BigNumber

Defined in: types.ts:190


quantity

quantity: BigNumber

Defined in: types.ts:189


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:192


side

side: OrderSide

Defined in: types.ts:188


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:191


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:194


type

type: OrderType

Defined in: types.ts:187