@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 357 B
TypeScript
/**
* Indicates whether holidays are included in the settlement periods. Required for electricity contracts.
* tag: 41050
* @readonly
* @enum {number} (int)
*/
export declare enum DeliveryScheduleSettlHolidaysProcessingInstruction {
/** Do not include holidays */
DoNotIncludeHolidays = 0,
/** Include holidays */
IncludeHolidays = 1
}