@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.
42 lines (41 loc) • 1.02 kB
TypeScript
export declare enum PartyRelationship {
IsAlso = 0,
ClearsFor = 1,
ClearsThrough = 2,
TradesFor = 3,
TradesThrough = 4,
Sponsors = 5,
SponsoredThrough = 6,
ProvidesGuaranteeFor = 7,
IsGuaranteedBy = 8,
MemberOf = 9,
HasMembers = 10,
ProvidesMarketplaceFor = 11,
ParticipantOfMarketplace = 12,
CarriesPositionsFor = 13,
PostsTradesTo = 14,
EntersTradesFor = 15,
EntersTradesThrough = 16,
ProvidesQuotesTo = 17,
RequestsQuotesFrom = 18,
InvestsFor = 19,
InvestsThrough = 20,
BrokersTradesFor = 21,
BrokersTradesThrough = 22,
ProvidesTradingServicesFor = 23,
UsesTradingServicesOf = 24,
ApprovesOf = 25,
ApprovedBy = 26,
ParentFirmFor = 27,
SubsidiaryOf = 28,
RegulatoryOwnerOf = 29,
OwnedByRegulatory = 30,
Controls = 31,
IsControlledBy = 32,
LegalOwnerOf = 33,
OwnedByLegal = 34,
BeneficialOwnerOf = 35,
OwnedByBeneficial = 36,
SettlesFor = 37,
SettlesThrough = 38
}