Skip to content

Commit 9036b8a

Browse files
committed
ADD: Add and rename symbology types
1 parent e0795c7 commit 9036b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/databento/enums.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ enum SType : std::uint8_t {
7070
// "parent" symbol, e.g. ES.FUT to refer to all ES futures.
7171
Parent = 4,
7272
// Symbology for US equities using NASDAQ Integrated suffix conventions.
73-
Nasdaq = 5,
73+
NasdaqSymbol = 5,
7474
// Symbology for US equities using CMS suffix conventions.
75-
Cms = 6,
75+
CmsSymbol = 6,
7676
};
7777
} // namespace stype
7878
using SType = stype::SType;

0 commit comments

Comments
 (0)