@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 363 B
TypeScript
/**
* Identifies a specific settlement session
* tag: 716
* @readonly
* @enum {string} (String)
*/
export declare enum SettlSessID {
/** Intraday */
Intraday = "ITD",
/** Regular Trading Hours */
RegularTradingHours = "RTH",
/** Electronic Trading Hours */
ElectronicTradingHours = "ETH",
/** End Of Day */
EndOfDay = "EOD"
}