UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 356 B
/** * Method for price quotation * tag: 1196 * @readonly * @enum {string} (String) */ export declare enum PriceQuoteMethod { /** Standard, money per unit of a physical */ Standard = "STD", /** Index */ Index = "INX", /** Interest rate Index */ InterestRateIndex = "INT", /** Percent of Par */ PercentOfPar = "PCTPAR" }