UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 356 B
/** * Reference to the buyer of the floor rate option through its trade side. * - Tag: 40801 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PaymentStreamFloorRateBuySide: Readonly<{ /** Buyer of the trade */ readonly Buyer: 1; /** Seller of the trade */ readonly Seller: 2; }>;