UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 279 B
/** * Reference to the buyer of the floor rate option through its trade side. * tag: 40801 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamFloorRateBuySide { /** Buyer of the trade */ Buyer = 1, /** Seller of the trade */ Seller = 2 }