UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 261 B
/** * Specifies the source of the price(s) of the security used in the calculation of the metrics or analytics data. * tag: 2993 * @readonly * @enum {number} (int) */ export declare enum MetricsCalculationPriceSource { Realtime = 1, EndOfDay = 2 }