We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publisher_id
1 parent bcdce67 commit d8c4902Copy full SHA for d8c4902
include/databento/record.hpp
@@ -21,7 +21,8 @@ struct RecordHeader {
21
std::uint8_t length;
22
// The record type.
23
RType rtype;
24
- // The publisher ID assigned by Databento.
+ // The publisher ID assigned by Databento, which denotes the dataset and
25
+ // venue.
26
std::uint16_t publisher_id;
27
// The numeric ID assigned to the instrument.
28
std::uint32_t instrument_id;
0 commit comments