UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

8 lines (7 loc) 222 B
export declare class Level3Point { readonly orderId: string; readonly price: string; readonly size: string; readonly meta?: any; constructor(orderId: string, price: string, size: string, meta?: any); }