Skip to content

Commit

Permalink
ADD: Add and rename symbology types
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jul 25, 2024
1 parent e0795c7 commit 9036b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/databento/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ enum SType : std::uint8_t {
// "parent" symbol, e.g. ES.FUT to refer to all ES futures.
Parent = 4,
// Symbology for US equities using NASDAQ Integrated suffix conventions.
Nasdaq = 5,
NasdaqSymbol = 5,
// Symbology for US equities using CMS suffix conventions.
Cms = 6,
CmsSymbol = 6,
};
} // namespace stype
using SType = stype::SType;
Expand Down

0 comments on commit 9036b8a

Please sign in to comment.