@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.
17 lines (16 loc) • 457 B
TypeScript
export declare enum ClearingFeeIndicator {
FirstYearDelegate = "1",
SecondYearDelegate = "2",
ThirdYearDelegate = "3",
FourthYearDelegate = "4",
FifthYearDelegate = "5",
SixthYearDelegate = "9",
CBOEMember = "B",
NonMemberAndCustomer = "C",
EquityMemberAndClearingMember = "E",
FullAndAssociateMember = "F",
Firms106HAnd106J = "H",
GIM = "I",
Lessee106FEmployees = "L",
AllOtherOwnershipTypes = "M"
}