Skip to content

Commit d8c4902

Browse files
author
Zach Banks
committed
DOC: Clarify publisher_id docs
1 parent bcdce67 commit d8c4902

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/databento/record.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ struct RecordHeader {
2121
std::uint8_t length;
2222
// The record type.
2323
RType rtype;
24-
// The publisher ID assigned by Databento.
24+
// The publisher ID assigned by Databento, which denotes the dataset and
25+
// venue.
2526
std::uint16_t publisher_id;
2627
// The numeric ID assigned to the instrument.
2728
std::uint32_t instrument_id;

0 commit comments

Comments
 (0)