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