We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da99187 commit 326c92fCopy full SHA for 326c92f
1 file changed
include/databento/publishers.hpp
@@ -195,7 +195,7 @@ enum class Dataset : std::uint16_t {
195
XeurEobi = 38,
196
// European Energy Exchange EOBI
197
XeeeEobi = 39,
198
- // Cboe Futures Exchange PITCH
+ // CFE Depth
199
XcbfPitch = 40,
200
// Blue Ocean ATS MEMOIR Depth
201
OceaMemoir = 41,
@@ -411,9 +411,9 @@ enum class Publisher : std::uint16_t {
411
XeurEobiXoff = 103,
412
// European Energy Exchange EOBI - Off-Market Trades
413
XeeeEobiXoff = 104,
414
- // Cboe Futures Exchange
+ // Cboe Futures Exchange (CFE)
415
XcbfPitchXcbf = 105,
416
- // Cboe Futures Exchange - Off-Market Trades
+ // Cboe Futures Exchange (CFE) - Off-Market Trades
417
XcbfPitchXoff = 106,
418
// Blue Ocean ATS MEMOIR
419
OceaMemoirOcea = 107,
0 commit comments