poloniex-node-api
Preparing search index...
IOpenOrder
Interface IOpenOrder
interface
IOpenOrder
{
accountType
:
IAccountType
;
amount
:
string
;
avgPrice
:
string
;
clientOrderId
:
string
;
createTime
:
number
;
filledAmount
:
string
;
filledQuantity
:
string
;
id
:
string
;
loan
?:
boolean
;
orderSource
?:
IOrderSource
;
price
:
string
;
quantity
:
string
;
side
:
ISide
;
state
:
IOpenOrderState
;
symbol
:
string
;
timeInForce
:
ITimeInForce
;
type
:
IOrderType
;
updateTime
:
number
;
}
Hierarchy
Omit
<
IOrder
,
"cancelReason"
>
IOpenOrder
Index
Properties
account
Type
amount
avg
Price
client
Order
Id
create
Time
filled
Amount
filled
Quantity
id
loan?
order
Source?
price
quantity
side
state
symbol
time
In
Force
type
update
Time
Properties
account
Type
accountType
:
IAccountType
amount
amount
:
string
avg
Price
avgPrice
:
string
client
Order
Id
clientOrderId
:
string
create
Time
createTime
:
number
filled
Amount
filledAmount
:
string
filled
Quantity
filledQuantity
:
string
id
id
:
string
Optional
loan
loan
?:
boolean
Optional
order
Source
orderSource
?:
IOrderSource
price
price
:
string
quantity
quantity
:
string
side
side
:
ISide
state
state
:
IOpenOrderState
symbol
symbol
:
string
time
In
Force
timeInForce
:
ITimeInForce
type
type
:
IOrderType
update
Time
updateTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Type
amount
avg
Price
client
Order
Id
create
Time
filled
Amount
filled
Quantity
id
loan
order
Source
price
quantity
side
state
symbol
time
In
Force
type
update
Time
poloniex-node-api
Loading...