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