UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 420 B
/** * For Fixed Income, used instead of LegOrderQty(685) to requests the respondent to calculate the quantity based on the quantity on the opposite side of the swap. * tag: 690 * @readonly * @enum {number} (int) */ export declare enum LegSwapType { /** Par For Par */ ParForPar = 1, /** Modified Duration */ ModifiedDuration = 2, /** Risk */ Risk = 4, /** Proceeds */ Proceeds = 5 }