@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 441 B
TypeScript
/**
* Indicates how the orders being booked and allocated by an AllocationInstruction or AllocationReport message are identified, e.g. by explicit definition in the OrdAllocGrp or ExecAllocGrp components, or not identified explicitly.
* tag: 857
* @readonly
* @enum {number} (int)
*/
export declare enum AllocNoOrdersType {
/** Not specified */
NotSpecified = 0,
/** Explicit list provided */
ExplicitListProvided = 1
}