fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
14 lines (13 loc) • 316 B
TypeScript
/**
* Indicates which price to use to satisfy the boundary condition.
* - Tag: 42679
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const PaymentStreamRealizedVarianceMethod: Readonly<{
readonly Previous: 0;
readonly Last: 1;
readonly Both: 2;
}>;