Preparing search index...
The search index is not available
signumjs
signumjs
core
JournalEntry
Interface JournalEntry
Journal Entry of
TradeHistory
interface
JournalEntry
{
account
:
string
;
accountRS
:
string
;
asset
:
string
;
decimals
:
number
;
executedQuantityQNT
:
string
;
executedVolumeNQT
:
string
;
height
:
number
;
name
:
string
;
order
:
string
;
price
:
string
;
priceNQT
:
string
;
quantityQNT
:
string
;
status
:
"filled"
|
"open"
|
"cancelled"
;
timestamp
:
number
;
trades
:
AssetTrade
[]
;
type
:
"bid"
|
"ask"
;
}
Index
Properties
account
accountRS
asset
decimals
executed
QuantityQNT
executed
VolumeNQT
height
name
order
price
priceNQT
quantityQNT
status
timestamp
trades
type
Properties
account
account
:
string
accountRS
accountRS
:
string
asset
asset
:
string
decimals
decimals
:
number
executed
QuantityQNT
executed
QuantityQNT
:
string
executed
VolumeNQT
executed
VolumeNQT
:
string
height
height
:
number
name
name
:
string
order
order
:
string
price
price
:
string
priceNQT
priceNQT
:
string
quantityQNT
quantityQNT
:
string
status
status
:
"filled"
|
"open"
|
"cancelled"
timestamp
timestamp
:
number
trades
trades
:
AssetTrade
[]
type
type
:
"bid"
|
"ask"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
accountRS
asset
decimals
executed
QuantityQNT
executed
VolumeNQT
height
name
order
price
priceNQT
quantityQNT
status
timestamp
trades
type
signumjs
Loading...
Journal Entry of TradeHistory