@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.
31 lines (30 loc) • 724 B
TypeScript
export declare enum EventType {
Put = 1,
Call = 2,
Tender = 3,
SinkingFundCall = 4,
Activation = 5,
Inactiviation = 6,
LastEligibleTradeDate = 7,
SwapStartDate = 8,
SwapEndDate = 9,
SwapRollDate = 10,
SwapNextStartDate = 11,
SwapNextRollDate = 12,
FirstDeliveryDate = 13,
LastDeliveryDate = 14,
InitialInventoryDueDate = 15,
FinalInventoryDueDate = 16,
FirstIntentDate = 17,
LastIntentDate = 18,
PositionRemovalDate = 19,
MinimumNotice = 20,
DeliveryStartTime = 21,
DeliveryEndTime = 22,
FirstNoticeDate = 23,
LastNoticeDate = 24,
FirstExerciseDate = 25,
RedemptionDate = 26,
TrdCntntnEfctvDt = 27,
Other = 99
}