@sotatech/node-fixjs
Version:
FIX Protocol Parser for Node.js
14 lines (13 loc) • 325 B
TypeScript
/**
* 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
}