@hackape/tardis-dev
Version:
Convenient access to tick-level historical and real-time cryptocurrency market data via Node.js
12 lines • 490 B
TypeScript
import { Filter } from '../types';
import { RealTimeFeedBase } from './realtimefeed';
export declare class OkexRealTimeFeed extends RealTimeFeedBase {
protected wssURL: string;
protected decompress: (message: any) => any;
protected mapToSubscribeMessages(filters: Filter<string>[]): any[];
protected messageIsError(message: any): boolean;
}
export declare class OKCoinRealTimeFeed extends OkexRealTimeFeed {
protected wssURL: string;
}
//# sourceMappingURL=okex.d.ts.map