UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 200 B
/** * The side of the party paying the payment. * tag: 40214 * @readonly * @enum {number} (int) */ export declare enum PaymentPaySide { /** Buy */ Buy = 1, /** Sell */ Sell = 2 }