@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
12 lines (11 loc) • 356 B
TypeScript
/**
* Indicate the instruction for self-match prevention when the incoming (aggressive) order has the same SelfMatchPreventionID(2362) as a resting (passive) order.
* tag: 2964
* @readonly
* @enum {number} (int)
*/
export declare enum SelfMatchPreventionInstruction {
CancelAggressive = 1,
CancelPassive = 2,
CancelAggressivePassive = 3
}