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