fixparser
Version:
FIX.Latest / 5.0 SP2 Parser
15 lines (14 loc) • 364 B
TypeScript
/**
* For foreign exchange Quanto option feature.
* - Tag: 2126
* - FIX Specification type: int
* - Mapped type: number
* @readonly
* @public
*/
export declare const ComplexEventQuoteBasis: Readonly<{
/** Currency 1 per currency 2 */
readonly Currency1PerCurrency2: 0;
/** Currency 2 per currency 1 */
readonly Currency2PerCurrency1: 1;
}>;