Appearance
Lucid SDK API / Ticker
Interface: Ticker
Defined in: src/types/index.ts:69
Interface representing a market symbol ticker.
Properties
askPrice
askPrice:
string
Defined in: src/types/index.ts:79
askQty
askQty:
string
Defined in: src/types/index.ts:80
bidPrice
bidPrice:
string
Defined in: src/types/index.ts:77
bidQty
bidQty:
string
Defined in: src/types/index.ts:78
closeTime
closeTime:
number
Defined in: src/types/index.ts:87
highPrice
highPrice:
string
Defined in: src/types/index.ts:82
lastPrice
lastPrice:
string
Defined in: src/types/index.ts:75
lastQty
lastQty:
string
Defined in: src/types/index.ts:76
lowPrice
lowPrice:
string
Defined in: src/types/index.ts:83
openPrice
openPrice:
string
Defined in: src/types/index.ts:81
openTime
openTime:
number
Defined in: src/types/index.ts:86
prevClosePrice
prevClosePrice:
string
Defined in: src/types/index.ts:74
priceChange
priceChange:
string
Defined in: src/types/index.ts:71
priceChangePercent
priceChangePercent:
string
Defined in: src/types/index.ts:72
quoteVolume
quoteVolume:
string
Defined in: src/types/index.ts:85
symbol
symbol:
string
Defined in: src/types/index.ts:70
volume
volume:
string
Defined in: src/types/index.ts:84
weightedAvgPrice
weightedAvgPrice:
string
Defined in: src/types/index.ts:73