growwapi
Version:
NodeJS SDK for Groww trading APIs
7 lines (6 loc) • 592 B
TypeScript
import { InstructionsTypeParams, LiveFeedSubscriptionType, Segment } from '../../types';
export declare function subscriptionSegmentParser(segment: Segment | undefined): string;
export declare function subscriptionTypeParser(type: LiveFeedSubscriptionType): string;
export declare function liveUpdatesParser(type: string, subscriptionId: string): string;
export declare function liveIndexParser(type: LiveFeedSubscriptionType, instruction: InstructionsTypeParams): string;
export declare function liveMarketParser(type: LiveFeedSubscriptionType, instruction: InstructionsTypeParams): string;