UNPKG

@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.

12 lines 631 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StandInstDbType = void 0; var StandInstDbType; (function (StandInstDbType) { StandInstDbType[StandInstDbType["Other"] = 0] = "Other"; StandInstDbType[StandInstDbType["DTCSID"] = 1] = "DTCSID"; StandInstDbType[StandInstDbType["ThomsonALERT"] = 2] = "ThomsonALERT"; StandInstDbType[StandInstDbType["AGlobalCustodian"] = 3] = "AGlobalCustodian"; StandInstDbType[StandInstDbType["AccountNet"] = 4] = "AccountNet"; })(StandInstDbType || (exports.StandInstDbType = StandInstDbType = {})); //# sourceMappingURL=StandInstDbType.js.map