UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 429 B
/** * NetworkRequestType * - Tag: 935 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const NetworkRequestType: Readonly<{ /** Snapshot */ readonly Snapshot: 1; /** Subscribe */ readonly Subscribe: 2; /** Stop Subscribing */ readonly StopSubscribing: 4; /** Level of Detail, then NoCompID's becomes required */ readonly LevelOfDetail: 8; }>;