UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

14 lines (13 loc) 441 B
/** * Indicate the instruction for self-match prevention when the incoming (aggressive) order has the same SelfMatchPreventionID(2362) as a resting (passive) order. * - Tag: 2964 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const SelfMatchPreventionInstruction: Readonly<{ readonly CancelAggressive: 1; readonly CancelPassive: 2; readonly CancelAggressivePassive: 3; }>;