UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 408 B
/** * The source of the payment stream floating rate index. * - Tag: 40790 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PaymentStreamRateIndexSource: Readonly<{ /** Bloomberg */ readonly Bloomberg: 0; /** Reuters */ readonly Reuters: 1; /** Telerate */ readonly Telerate: 2; /** Other */ readonly Other: 99; }>;