UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 389 B
/** * SymbolSfx * - Tag: 65 * - FIX Specification type: String * - Mapped type: string * @readonly * @public */ export declare const SymbolSfx: Readonly<{ /** EUCP with lump-sum interest rather than discount price */ readonly EUCPWithLumpSumInterest: 'CD'; /** "When Issued" for a security to be reissued under an old CUSIP or ISIN */ readonly WhenIssued: 'WI'; }>;