@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.
9 lines (8 loc) • 329 B
TypeScript
export declare const FIX_OPTIONS = "FIX_OPTIONS";
export declare const DISCOVERY_SERVICE = "DISCOVERY_SERVICE";
export declare const METADATA_SCANNER = "METADATA_SCANNER";
export declare const APP_TYPE: {
readonly ACCEPTOR: "acceptor";
readonly INITIATOR: "initiator";
};
export declare const DEFAULT_MAX_SESSIONS = 100;