poloniex-node-api
Preparing search index...
IOpenSmartOrder
Interface IOpenSmartOrder
interface
IOpenSmartOrder
{
accountType
:
IAccountType
;
activationPrice
?:
string
;
amount
:
string
;
clientOrderId
:
string
;
createTime
:
number
;
id
:
string
;
limitOffset
?:
string
;
operator
?:
string
;
price
:
string
;
quantity
:
string
;
side
:
ISide
;
state
:
"PENDING_NEW"
;
stopPrice
:
string
;
symbol
:
string
;
timeInForce
:
ITimeInForce
;
trailingOffset
?:
string
;
type
:
ISmartOrderType
;
updateTime
:
number
;
}
Hierarchy
Omit
<
ISmartOrder
,
"triggeredOrder"
>
IOpenSmartOrder
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?
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
:
"PENDING_NEW"
stop
Price
stopPrice
:
string
symbol
symbol
:
string
time
In
Force
timeInForce
:
ITimeInForce
Optional
trailing
Offset
trailingOffset
?:
string
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
type
update
Time
poloniex-node-api
Loading...