@@ -93,7 +93,7 @@ def get_deriv_ba_types(level: int) -> List[Tuple[str, Union[type, str]]]:
9393 ("price_ratio" , np .int64 ),
9494 ("inst_attrib_value" , np .int32 ),
9595 ("underlying_id" , np .uint32 ),
96- ("cleared_volume " , np . int32 ),
96+ ("_reserved1 " , "S4" ),
9797 ("market_depth_implied" , np .int32 ),
9898 ("market_depth" , np .int32 ),
9999 ("market_segment_id" , np .uint32 ),
@@ -102,11 +102,11 @@ def get_deriv_ba_types(level: int) -> List[Tuple[str, Union[type, str]]]:
102102 ("min_lot_size_block" , np .int32 ),
103103 ("min_lot_size_round_lot" , np .int32 ),
104104 ("min_trade_vol" , np .uint32 ),
105- ("open_interest_qty " , np . int32 ),
105+ ("_reserved2 " , "S4" ),
106106 ("contract_multiplier" , np .int32 ),
107107 ("decay_quantity" , np .int32 ),
108108 ("original_contract_size" , np .int32 ),
109- ("reserved1 " , "S4" ),
109+ ("_reserved3 " , "S4" ),
110110 ("trading_reference_date" , np .uint16 ),
111111 ("appl_id" , np .int16 ),
112112 ("maturity_year" , np .uint16 ),
@@ -125,9 +125,9 @@ def get_deriv_ba_types(level: int) -> List[Tuple[str, Union[type, str]]]:
125125 ("underlying" , "S21" ), # 21 byte chararray
126126 ("strike_price_currency" , "S4" ),
127127 ("instrument_class" , "S1" ),
128- ("reserved2 " , "S2" ),
128+ ("_reserved4 " , "S2" ),
129129 ("strike_price" , np .int64 ),
130- ("reserved3 " , "S6" ),
130+ ("_reserved5 " , "S6" ),
131131 ("match_algorithm" , "S1" ), # 1 byte chararray
132132 ("md_security_trading_status" , np .uint8 ),
133133 ("main_fraction" , np .uint8 ),
0 commit comments