CQG API 4.0 - Revised
eQuoteType Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Specifies all possible quote types.

Members

MemberValueDescription
qtAsk0

Best ask.

(Combined)

qtBid1

Best bid.

(Combined)

qtCohUndAsk4

Coherent underlying price for the best ask.

qtCohUndBid5

Coherent underlying price for the best bid.

qtDayHigh7

Current day high price.

qtDayLow8

Current day low price.

qtDayOpen6

Day open price.

qtExchangeClose17Exchange close price. This is the theoretical close price distributed by several exchanges at the end of the trading session. This value might be helpful since, due to historical reasons, some contracts have settlements inside the trading session.
qtImpliedAsk9

Implied best ask.

qtImpliedBid10

Implied best bid.

qtIndicativeOpen14

Indicative open.

qtMarker16

Marker price, date time.

qtOutrightAsk11

Outright best ask.

qtOutrightBid12

Outright best bid.

qtSettlement3

Settlement price.

qtTodayMarker15

Marker price, date time.

qtTrade2

Last trade price.

qtWholesaleTrade19Off-order book on-exchange trade price, volume, date time. It is an update-only quote; the snapshot value is unavailable.
qtYesterdayExchangeClose18Yesterday's exchange close price. The same as the qtExchangeClose, but for the previous trading day.
qtYesterdaySettlement13

Yesterday's settlement price.

Remarks

Note that setting the non-default value to the CQGAPIConfig.SnapshotPeriod config turns off updates of qtWholesaleTrade quotes.

See Also