@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.
19 lines (18 loc) • 441 B
TypeScript
export declare enum PosTransType {
Exercise = 1,
DoNotExercise = 2,
PositionAdjustment = 3,
PositionChangeSubmission = 4,
Pledge = 5,
LargeTraderSubmission = 6,
LargePositionsReportingSubmission = 7,
LongHoldings = 8,
InternalTransfer = 9,
TransferOfFirm = 10,
ExternalTransfer = 11,
CorporateAction = 12,
Notification = 13,
PositionCreation = 14,
Closeout = 15,
Reopen = 16
}