@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
17 lines (16 loc) • 487 B
TypeScript
/**
* Additional information related to the pricing of a commodity swaps position, specifically an indicator referring to the position type.
* tag: 1833
* @readonly
* @enum {number} (int)
*/
export declare enum ContractRefPosType {
/** Two component intercommodity spread */
TwoComponentIntercommoditySpread = 0,
/** Index or basket */
IndexOrBasket = 1,
/** Two component locational basis */
TwoComponentLocationBasis = 2,
/** Other */
Other = 99
}