UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 312 B
/** * Indicates whether the order or quote was crossed with another order or quote having the same context, e.g. having accounts with a common ownership. * tag: 2523 * @readonly * @enum {number} (int) */ export declare enum CrossedIndicator { NoCross = 0, CrossRejected = 1, CrossAccepted = 2 }