UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

13 lines (12 loc) 265 B
/** * Indicates the trade is a result of an offset or onset. * - Tag: 1849 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const OffsetInstruction: Readonly<{ readonly Offset: 0; readonly Onset: 1; }>;