Skip to content

Commit 3d6777d

Browse files
threecgreennmacholl
authored andcommitted
FIX: Fix raw_symbol name in databento-python
1 parent a4b17ca commit 3d6777d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

databento/common/data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_deriv_ba_types(level: int) -> List[Tuple[str, Union[type, str]]]:
115115
("currency", "S4"), # 4 byte chararray
116116
("settl_currency", "S4"), # 4 byte chararray
117117
("secsubtype", "S6"), # 6 byte chararray
118-
("symbol", "S22"), # 22 byte chararray
118+
("raw_symbol", "S22"), # 22 byte chararray
119119
("group", "S21"), # 21 byte chararray
120120
("exchange", "S5"), # 5 byte chararray
121121
("asset", "S7"), # 7 byte chararray
@@ -215,7 +215,7 @@ def get_deriv_ba_types(level: int) -> List[Tuple[str, Union[type, str]]]:
215215
"currency",
216216
"settl_currency",
217217
"secsubtype",
218-
"symbol",
218+
"raw_symbol",
219219
"group",
220220
"exchange",
221221
"asset",

0 commit comments

Comments
 (0)