UNPKG

fixparser

Version:

FIX.Latest / 5.0 SP2 Parser

16 lines (15 loc) 426 B
/** * The type of attribute for the quote. * - Tag: 2707 * - FIX Specification type: int * - Mapped type: number * @readonly * @public */ export declare const QuoteAttributeType: Readonly<{ readonly QuoteAboveStandardMarketSize: 0; readonly QuoteAboveSpecificInstrumentSize: 1; readonly QuoteApplicableForLiquidtyProvisionActivity: 2; readonly QuoteIssuerStatus: 3; readonly BidOrAskRequest: 4; }>;