UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 258 B
/** * Identifies whether the rate spread is applied to a long or short position. * tag: 40795 * @readonly * @enum {number} (int) */ export declare enum PaymentStreamRateSpreadPositionType { /** Short */ Short = 0, /** Long */ Long = 1 }