UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 298 B
/** * OddLot * - Tag: 575 * - FIX Specification type: Boolean * - Mapped type: string * @readonly * @public */ export declare const OddLot: Readonly<{ /** Treat as round lot (default) */ readonly TreatAsRoundLot: 'N'; /** Treat as odd lot */ readonly TreatAsOddLot: 'Y'; }>;