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