Skip to content

Commit

Permalink
update config name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjra2611 committed May 23, 2022
1 parent ad345e1 commit 1d28ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean/models/brokerages/cloud/cloud_brokerage.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ def get_price_data_handler(self) -> str:
"""
# TODO: Handle this case with json conditions
if self.get_name() == "Interactive Brokers":
return "InteractiveBrokersHandler" if self.get_config_value_from_name("use-ib-feed") else "QuantConnectHandler"
return "InteractiveBrokersHandler" if self.get_config_value_from_name("ib-data-feed") else "QuantConnectHandler"
return "QuantConnectHandler"

0 comments on commit 1d28ab6

Please sign in to comment.