UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 360 B
/** * Type of trade attribute defining a subgroup in an allocation group. * tag: 2980 * @readonly * @enum {number} (int) */ export declare enum AllocGroupSubQtyType { /** Trade type */ TradeType = 1, /** Trade publication indicator */ TradePublicationIndicator = 2, /** Order handling instruction */ OrderHandlingInstruction = 3 }