UNPKG

@sotatech/node-fixjs

Version:
19 lines (18 loc) 378 B
/** * Identifies market data quote type. * tag: 1070 * @readonly * @enum {number} (int) */ export declare enum MDQuoteType { /** Indicative */ Indicative = 0, /** Tradeable */ Tradeable = 1, /** Restricted Tradeable */ RestrictedTradeable = 2, /** Counter */ Counter = 3, /** Indicative and Tradeable */ IndicativeAndTradeable = 4 }