UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 328 B
/** * If optional early termination is not available to both parties then this component identifies the buyer of the option through its side of the trade. * tag: 40099 * @readonly * @enum {number} (int) */ export declare enum ProvisionOptionSinglePartyBuyerSide { /** Buy */ Buy = 1, /** Sell */ Sell = 2 }