fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
13 lines (12 loc) • 338 B
TypeScript
/**
* Specifies the source of the price(s) of the security used in the calculation of the metrics or analytics data.
* - Tag: 2993
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const MetricsCalculationPriceSource: Readonly<{
readonly Realtime: 1;
readonly EndOfDay: 2;
}>;