UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 317 B
/** * Type of swap stream. * - Tag: 40050 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const StreamType: Readonly<{ /** Payment / cash settlement */ readonly PaymentCashSettlement: 0; /** Physical delivery */ readonly PhysicalDelivery: 1; }>;