UNPKG

@sotatech/node-fixjs

Version:
24 lines (23 loc) 559 B
/** * The type of order attribute. * tag: 2594 * @readonly * @enum {number} (int) */ export declare enum OrderAttributeType { AggregatedOrder = 0, PendingAllocation = 1, LiquidityProvisionActivityOrder = 2, RiskReductionOrder = 3, AlgorithmicOrder = 4, SystematicInternaliserOrder = 5, AllExecutionsSubmittedToAPA = 6, OrderExecutionInstructedByClient = 7, LargeInScale = 8, Hidden = 9, SubjectToEUSTO = 10, SubjectToUKSTO = 11, RepresentativeOrder = 12, LinkageType = 13, ExemptFromSTO = 14 }