@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 328 B
TypeScript
/**
* 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
}