chore(): added comments to candle types
This commit is contained in:
@@ -86,14 +86,14 @@ export interface FuturesFillV2 {
|
||||
}
|
||||
|
||||
export type FuturesCandlestickV2 = [
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string, // timestamp
|
||||
string, // open
|
||||
string, // high
|
||||
string, // low
|
||||
string, // close
|
||||
string, // baseVolume
|
||||
string, // usdtVolume
|
||||
string, // quoteVolume
|
||||
];
|
||||
|
||||
export interface FuturesOpenInterestV2 {
|
||||
|
||||
@@ -93,14 +93,14 @@ export interface SpotOrderBookDepthV2 {
|
||||
}
|
||||
|
||||
export type SpotCandlestickV2 = [
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string,
|
||||
string, // timestamp
|
||||
string, // open
|
||||
string, // high
|
||||
string, // low
|
||||
string, // close
|
||||
string, // baseVolume
|
||||
string, // usdtVolume
|
||||
string, // quoteVolume
|
||||
];
|
||||
|
||||
export interface SpotTradeV2 {
|
||||
|
||||
Reference in New Issue
Block a user