UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

11 lines (10 loc) 245 B
export class Candle { constructor( readonly timestampMs: number, readonly open: string, readonly high: string, readonly low: string, readonly close: string, readonly volume: string, ) {} }