UNPKG

@sotatech/node-fixjs

Version:
16 lines (15 loc) 271 B
/** * Identifies the type of quote to be used. * tag: 40111 * @readonly * @enum {number} (int) */ export declare enum ProvisionCashSettlQuoteType { /** Bid */ Bid = 0, /** Mid */ Mid = 1, /** Offer */ Offer = 2, ExercisingPartyPays = 3 }