UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

21 lines (20 loc) 598 B
/** * The ID source of ExDestination * - Tag: 1133 * - FIX Specification type: char * - Mapped type: string * @readonly * @public */ export declare const ExDestinationIDSource: Readonly<{ /** BIC (Bank Identification Code) (ISO 9362) */ readonly BIC: 'B'; /** Generally accepted market participant identifier (e.g. NASD mnemonic) */ readonly GeneralIdentifier: 'C'; /** Proprietary / Custom code */ readonly Proprietary: 'D'; /** ISO Country Code */ readonly ISOCountryCode: 'E'; /** MIC (ISO 10383 - Market Identifier Code) */ readonly MIC: 'G'; }>;