poloniex-node-api
Preparing search index...
ISmartOrder
Interface ISmartOrder
interface
ISmartOrder
{
accountType
:
IAccountType
;
activationPrice
?:
string
;
amount
:
string
;
clientOrderId
:
string
;
createTime
:
number
;
id
:
string
;
limitOffset
?:
string
;
operator
?:
string
;
price
:
string
;
quantity
:
string
;
side
:
ISide
;
state
:
ISmartOrderState
;
stopPrice
:
string
;
symbol
:
string
;
timeInForce
:
ITimeInForce
;
trailingOffset
?:
string
;
triggeredOrder
?:
IOrder
;
type
:
ISmartOrderType
;
updateTime
:
number
;
}
Hierarchy
Omit
<
IOrder
,
|
"avgPrice"
|
"cancelReason"
|
"filledAmount"
|
"filledQuantity"
|
"loan"
|
"orderSource"
|
"state"
|
"type"
,
>
ISmartOrder
Index
Properties
account
Type
activation
Price?
amount
client
Order
Id
create
Time
id
limit
Offset?
operator?
price
quantity
side
state
stop
Price
symbol
time
In
Force
trailing
Offset?
triggered
Order?
type
update
Time
Properties
account
Type
accountType
:
IAccountType
Optional
activation
Price
activationPrice
?:
string
amount
amount
:
string
client
Order
Id
clientOrderId
:
string
create
Time
createTime
:
number
id
id
:
string
Optional
limit
Offset
limitOffset
?:
string
Optional
operator
operator
?:
string
price
price
:
string
quantity
quantity
:
string
side
side
:
ISide
state
state
:
ISmartOrderState
stop
Price
stopPrice
:
string
symbol
symbol
:
string
time
In
Force
timeInForce
:
ITimeInForce
Optional
trailing
Offset
trailingOffset
?:
string
Optional
triggered
Order
triggeredOrder
?:
IOrder
type
type
:
ISmartOrderType
update
Time
updateTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Type
activation
Price
amount
client
Order
Id
create
Time
id
limit
Offset
operator
price
quantity
side
state
stop
Price
symbol
time
In
Force
trailing
Offset
triggered
Order
type
update
Time
poloniex-node-api
Loading...