poloniex-node-api
Preparing search index...
IHistoricalOrder
Interface IHistoricalOrder
interface
IHistoricalOrder
{
accountType
:
IAccountType
;
amount
:
string
;
avgPrice
:
string
;
cancelReason
?:
number
;
clientOrderId
:
string
;
createTime
:
number
;
filledAmount
:
string
;
filledQuantity
:
string
;
id
:
string
;
loan
?:
boolean
;
orderSource
?:
IOrderSource
;
price
:
string
;
quantity
:
string
;
side
:
ISide
;
state
:
IHistoryOrderState
;
symbol
:
string
;
timeInForce
:
ITimeInForce
;
type
:
IOrderType
;
updateTime
:
number
;
}
Hierarchy (
View Summary
)
IOrder
IHistoricalOrder
Index
Properties
account
Type
amount
avg
Price
cancel
Reason?
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
Optional
cancel
Reason
cancelReason
?:
number
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
:
IHistoryOrderState
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
cancel
Reason
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...