UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

15 lines (14 loc) 277 B
/** * The side of the party paying the payment. * - Tag: 40214 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const PaymentPaySide: Readonly<{ /** Buy */ readonly Buy: 1; /** Sell */ readonly Sell: 2; }>;