@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
12 lines (11 loc) • 312 B
TypeScript
/**
* 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
}