UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

9 lines (8 loc) 273 B
export declare class Level2Point { readonly price: string; readonly size: string; readonly count?: number; readonly meta?: any; readonly timestamp?: number; constructor(price: string, size: string, count?: number, meta?: any, timestamp?: number); }