@@ -7,7 +7,7 @@ module ContractAccessors
77
88 ContractDetails = ContractData =
99 def_message ( [ 10 , [ 6 , 8 ] ] ,
10- [ :request_id , :int ] , # request id
10+ [ :request_id , :int ] , # # request id
1111 [ :contract , :symbol , :string ] , ## next the major contract-fields
1212 [ :contract , :sec_type , :string ] , ## are transmitted
1313 [ :contract , :last_trading_day , :date ] , ## difference to the array.get_contract
@@ -16,8 +16,8 @@ module ContractAccessors
1616 [ :contract , :exchange , :string ] , ##
1717 [ :contract , :currency , :string ] , ## thus we have to read the fields separately
1818 [ :contract , :local_symbol , :string ] ,
19- [ :contract_detail , :market_name , :string ] , # extended
20- [ :contract , :trading_class , :string ] , # new Version 8
19+ [ :contract_detail , :market_name , :string ] , # # extended
20+ [ :contract , :trading_class , :string ] , # # new Version 8
2121 [ :contract , :con_id , :int ] ,
2222 [ :contract_detail , :min_tick , :decimal ] ,
2323 [ :contract_detail , :md_size_multiplier , :int ] ,
0 commit comments