UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 323 B
/** * Identifies the class or source of DeliveryStreamDeliveryPoint(41062). * - Tag: 42192 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const DeliveryStreamDeliveryPointSource: Readonly<{ /** Proprietary */ readonly Proprietary: 0; readonly EIC: 1; }>;