UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 283 B
export declare enum QuoteType { /** Indicative */ Indicative = 0, /** Tradeable */ Tradeable = 1, /** Restricted tradeable */ RestrictedTradeable = 2, /** Counter (tradeable) */ Counter = 3, /** Initially tradeable */ InitiallyTradeable = 4 }