@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.
15 lines (14 loc) • 445 B
TypeScript
export declare enum MassActionScope {
AllOrdersForASecurity = 1,
AllOrdersForAnUnderlyingSecurity = 2,
AllOrdersForAProduct = 3,
AllOrdersForACFICode = 4,
AllOrdersForASecurityType = 5,
AllOrdersForATradingSession = 6,
AllOrders = 7,
AllOrdersForAMarket = 8,
AllOrdersForAMarketSegment = 9,
AllOrdersForASecurityGroup = 10,
CancelForSecurityIssuer = 11,
CancelForIssuerOfUnderlyingSecurity = 12
}