UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 469 B
/** * Subtype of an entitlement specified in EntitlementType(1775). * - Tag: 2402 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const EntitlementSubType: Readonly<{ readonly OrderEntry: 1; readonly HItLift: 2; readonly ViewIndicativePx: 3; readonly ViewExecutablePx: 4; readonly SingleQuote: 5; readonly StreamingQuotes: 6; readonly SingleBroker: 7; readonly MultiBrokers: 8; }>;