UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 301 B
/** * Indicates whether or not to exchange for phsyical. * - Tag: 411 * - FIX Specification type: Boolean * - Mapped type: string * @readonly * @public */ export declare const ExchangeForPhysical: Readonly<{ /** False */ readonly False: 'N'; /** True */ readonly True: 'Y'; }>;