bitbadgesjs-sdk - v0.22.7
Preparing search index...
iAssetPriceHistoryDoc
Interface iAssetPriceHistoryDoc<T>
interface
iAssetPriceHistoryDoc
<
T
extends
NumberType
>
{
_docId
:
string
;
_id
?:
string
;
asset
:
string
;
high
?:
number
;
low
?:
number
;
open
?:
number
;
price
:
number
;
timeframe
?:
string
;
timestamp
:
T
;
totalLiquidity
:
iCosmosCoin
<
T
>
[]
;
}
Type Parameters
T
extends
NumberType
Hierarchy (
View Summary
)
Doc
iAssetPriceHistoryDoc
Implemented by
AssetPriceHistoryDoc
Index
Properties
_
doc
Id
_
id?
asset
high?
low?
open?
price
timeframe?
timestamp
total
Liquidity
Properties
_
doc
Id
_docId
:
string
A unique stringified document ID
Optional
_
id
_id
?:
string
A unique document ID (Mongo DB ObjectID)
asset
asset
:
string
Optional
high
high
?:
number
Optional
low
low
?:
number
Optional
open
open
?:
number
price
price
:
number
Optional
timeframe
timeframe
?:
string
timestamp
timestamp
:
T
total
Liquidity
totalLiquidity
:
iCosmosCoin
<
T
>
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_
doc
Id
_
id
asset
high
low
open
price
timeframe
timestamp
total
Liquidity
bitbadgesjs-sdk - v0.22.7
Loading...
A unique stringified document ID