@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 339 B
TypeScript
/**
* Describes the type of relationship between the order identified by RelatedOrderID(2887) and the order outside of the RelatedOrderGrp component.
* tag: 2890
* @readonly
* @enum {number} (int)
*/
export declare enum OrderRelationship {
/** Not specified */
NotSpecified = 0,
OrderAggregation = 1,
OrderSplit = 2
}