UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 257 B
/** * The type of quote used to determine the cash settlement price. * tag: 40027 * @readonly * @enum {number} (int) */ export declare enum CashSettlQuoteMethod { /** Bid */ Bid = 0, /** Mid */ Mid = 1, /** Offer */ Offer = 2 }