Skip to main content

Interface: SmartOrderParams

Defined in: types.ts:160

Properties

allowParams?

optional allowParams?: string[]

Defined in: types.ts:168


coinraySymbol?

optional coinraySymbol?: String

Defined in: types.ts:162


credential

credential: string

Defined in: types.ts:161


postOnly?

optional postOnly?: boolean

Defined in: types.ts:170


price?

optional price?: BigNumber

Defined in: types.ts:166


quantity?

optional quantity?: BigNumber

Defined in: types.ts:165


reduceOnly?

optional reduceOnly?: boolean

Defined in: types.ts:169


side?

optional side?: OrderSide

Defined in: types.ts:164


stopPrice?

optional stopPrice?: BigNumber

Defined in: types.ts:167


timeInForce?

optional timeInForce?: TimeInForce

Defined in: types.ts:171


type?

optional type?: OrderType

Defined in: types.ts:163