Skip to content

Commit

Permalink
exchange arg
Browse files Browse the repository at this point in the history
  • Loading branch information
foolcage committed Jul 9, 2018
1 parent f900dcc commit 97a9962
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fooltrader/rest/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ def get_security():

if not exchange:
exchange = SECURITY_TYPE_MAP_EXCHANGES[security_type]
else:
exchange = [exchange]

if security_type == 'cryptocurrency':
doc_type = CryptoCurrencyMeta
Expand Down

0 comments on commit 97a9962

Please sign in to comment.