@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) • 468 B
TypeScript
export declare enum ClearingInstruction {
ProcessNormally = 0,
ExcludeFromAllNetting = 1,
BilateralNettingOnly = 2,
ExClearing = 3,
SpecialTrade = 4,
MultilateralNetting = 5,
ClearAgainstCentralCounterparty = 6,
ExcludeFromCentralCounterparty = 7,
ManualMode = 8,
AutomaticPostingMode = 9,
AutomaticGiveUpMode = 10,
QualifiedServiceRepresentativeQSR = 11,
CustomerTrade = 12,
SelfClearing = 13,
BuyIn = 14
}