UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 290 B
/** * Maintenance Action to be performed. * - Tag: 712 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PosMaintAction: Readonly<{ readonly New: 1; readonly Replace: 2; readonly Cancel: 3; readonly Reverse: 4; }>;