Skip to main content

Interface: SmartOrderParams

Defined in: types.ts:152

Properties

allowParams?

optional allowParams?: string[]

Defined in: types.ts:160


coinraySymbol?

optional coinraySymbol?: String

Defined in: types.ts:154


credential

credential: string

Defined in: types.ts:153


postOnly?

optional postOnly?: boolean

Defined in: types.ts:162


price?

optional price?: BigNumber

Defined in: types.ts:158


quantity?

optional quantity?: BigNumber

Defined in: types.ts:157


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:161


side?

optional side?: OrderSide

Defined in: types.ts:156


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:159


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:163


type?

optional type?: OrderType

Defined in: types.ts:155