UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 288 B
/** * Identifies the Bid Request message type. * - Tag: 374 * - FIX Specification type: char * - Mapped type: string * @readonly * @public */ export declare const BidRequestTransType: Readonly<{ /** Cancel */ readonly Cancel: 'C'; /** New */ readonly New: 'N'; }>;