@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
13 lines (12 loc) • 323 B
TypeScript
/**
* A reference to the party able to choose whether the gas is delivered for a particular period as found in a swing or interruptible contract.
* tag: 41080
* @readonly
* @enum {number} (int)
*/
export declare enum DeliveryStreamElectingPartySide {
/** Buyer */
Buyer = 0,
/** Seller */
Seller = 1
}