fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 329 B
TypeScript
/**
* Specifies how weather index units are to be calculated.
* - Tag: 41199
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const PaymentStreamSettlLevel: Readonly<{
readonly Average: 0;
readonly Maximum: 1;
readonly Minimum: 2;
readonly Cumulative: 3;
}>;