UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

19 lines (18 loc) 580 B
/** * Additional information related to the pricing of a commodity swaps position, specifically an indicator referring to the position type. * - Tag: 1833 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const ContractRefPosType: Readonly<{ /** Two component intercommodity spread */ readonly TwoComponentIntercommoditySpread: 0; /** Index or basket */ readonly IndexOrBasket: 1; /** Two component locational basis */ readonly TwoComponentLocationBasis: 2; /** Other */ readonly Other: 99; }>;