Skip to content

Commit fd0a27d

Browse files
author
Roberto Mesado
committed
MOD: ICE US to ICE Futures US
1 parent c41c5dd commit fd0a27d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ upgrading data to version 3.
161161
## 0.31.0 - 2025-03-18
162162

163163
### Enhancements
164-
- Added new venues, datasets, and publishers for ICE US, ICE Europe Financials
164+
- Added new venues, datasets, and publishers for ICE Futures US, ICE Europe Financials
165165
products, Eurex, and European Energy Exchange (EEX)
166166

167167
## 0.30.0 - 2025-02-11

include/databento/publishers.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ enum class Venue : std::uint16_t {
101101
Aspi = 46,
102102
// Databento US Equities - Consolidated
103103
Equs = 47,
104-
// ICE US
104+
// ICE Futures US
105105
Ifus = 48,
106106
// ICE Europe Financials
107107
Ifll = 49,
@@ -183,7 +183,7 @@ enum class Dataset : std::uint16_t {
183183
XnysTradesbbo = 34,
184184
// Databento US Equities Mini
185185
EqusMini = 35,
186-
// ICE US iMpact
186+
// ICE Futures US iMpact
187187
IfusImpact = 36,
188188
// ICE Europe Financials iMpact
189189
IfllImpact = 37,
@@ -387,9 +387,9 @@ enum class Publisher : std::uint16_t {
387387
EqusMiniEqus = 95,
388388
// NYSE Trades - Consolidated
389389
XnysTradesEqus = 96,
390-
// ICE US
390+
// ICE Futures US
391391
IfusImpactIfus = 97,
392-
// ICE US - Off-Market Trades
392+
// ICE Futures US - Off-Market Trades
393393
IfusImpactXoff = 98,
394394
// ICE Europe Financials
395395
IfllImpactIfll = 99,

0 commit comments

Comments
 (0)