@sotatech/nest-quickfix
Version:
A powerful NestJS implementation of the FIX (Financial Information eXchange) protocol. Provides high-performance, reliable messaging for financial trading applications with built-in session management, message validation, and recovery mechanisms.
18 lines (17 loc) • 469 B
TypeScript
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
}