UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 339 B
/** * 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 }