poloniex-node-api
Preparing search index...
ISmartOrderOptions
Interface ISmartOrderOptions
interface
ISmartOrderOptions
{
limitOffset
?:
string
;
operator
?:
string
;
stopPrice
:
string
;
trailingOffset
?:
string
;
type
?:
ISmartOrderType
;
[
key
:
string
]:
string
|
number
|
boolean
|
string
[]
|
undefined
;
[
key
:
number
]:
string
|
number
|
boolean
|
string
[]
|
undefined
;
}
Hierarchy
Omit
<
IOrderOptions
,
"allowBorrow"
|
"type"
>
ISmartOrderOptions
Indexable
[
key
:
string
]:
string
|
number
|
boolean
|
string
[]
|
undefined
[
key
:
number
]:
string
|
number
|
boolean
|
string
[]
|
undefined
Index
Properties
limit
Offset?
operator?
stop
Price
trailing
Offset?
type?
Properties
Optional
limit
Offset
limitOffset
?:
string
Optional
operator
operator
?:
string
stop
Price
stopPrice
:
string
Optional
trailing
Offset
trailingOffset
?:
string
Optional
type
type
?:
ISmartOrderType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
limit
Offset
operator
stop
Price
trailing
Offset
type
poloniex-node-api
Loading...