poloniex-node-api
Preparing search index...
ISmartOrder
Interface ISmartOrder
interface
ISmartOrder
{
accountType
:
IAccountType
;
amount
:
string
;
clientOrderId
:
string
;
createTime
:
number
;
id
:
string
;
price
:
string
;
quantity
:
string
;
side
:
ISide
;
state
:
ISmartOrderState
;
stopPrice
:
string
;
symbol
:
string
;
timeInForce
:
ITimeInForce
;
triggeredOrder
?:
IOrder
;
type
:
ISmartOrderType
;
updateTime
:
number
;
}
Hierarchy
Omit
<
IOrder
,
|
"avgPrice"
|
"cancelReason"
|
"filledAmount"
|
"filledQuantity"
|
"loan"
|
"orderSource"
|
"state"
|
"type"
,
>
ISmartOrder
Index
Properties
account
Type
amount
client
Order
Id
create
Time
id
price
quantity
side
state
stop
Price
symbol
time
In
Force
triggered
Order?
type
update
Time
Properties
account
Type
accountType
:
IAccountType
amount
amount
:
string
client
Order
Id
clientOrderId
:
string
create
Time
createTime
:
number
id
id
:
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
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
amount
client
Order
Id
create
Time
id
price
quantity
side
state
stop
Price
symbol
time
In
Force
triggered
Order
type
update
Time
poloniex-node-api
Loading...