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.

14 lines 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventTimeUnit = void 0; var EventTimeUnit; (function (EventTimeUnit) { EventTimeUnit["Hour"] = "H"; EventTimeUnit["Minute"] = "Min"; EventTimeUnit["Second"] = "S"; EventTimeUnit["Day"] = "D"; EventTimeUnit["Week"] = "Wk"; EventTimeUnit["Month"] = "Mo"; EventTimeUnit["Year"] = "Yr"; })(EventTimeUnit || (exports.EventTimeUnit = EventTimeUnit = {})); //# sourceMappingURL=EventTimeUnit.js.map