@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
21 lines (20 loc) • 469 B
TypeScript
/**
* Day type for events that specify a period and unit.
* tag: 40197
* @readonly
* @enum {number} (int)
*/
export declare enum ProtectionTermEventDayType {
/** Business */
Business = 0,
/** Calendar */
Calendar = 1,
/** Commodity business */
CommodityBusiness = 2,
/** Currency business */
CurrencyBusiness = 3,
/** Exchange business */
ExchangeBusiness = 4,
/** Scheduled trading day */
ScheduledTradingDay = 5
}