Skip to content

Commit

Permalink
final piece of long only DO
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Nov 7, 2023
1 parent e11dc46 commit 4e279d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def get_reduce_only_instruments(self) -> list:
return reduce_only_keys

def get_long_only_instruments(self) -> list:
long_only_keys = (
long_only_keys =\
self.config.get_element_or_default("long_only_instruments_DO_ONLY", []),
)


return long_only_keys

Expand Down

0 comments on commit 4e279d8

Please sign in to comment.