UNPKG

@sotatech/node-fixjs

Version:
14 lines (13 loc) 325 B
/** * The type of attribute for the quote. * tag: 2707 * @readonly * @enum {number} (int) */ export declare enum QuoteAttributeType { QuoteAboveStandardMarketSize = 0, QuoteAboveSpecificInstrumentSize = 1, QuoteApplicableForLiquidtyProvisionActivity = 2, QuoteIssuerStatus = 3, BidOrAskRequest = 4 }