remove the if condition for binance

This commit is contained in:
iuvbio
2019-03-21 19:12:15 +01:00
parent 85ac99aee0
commit 4005b8d1d2
2 changed files with 9 additions and 4 deletions

View File

@@ -24,3 +24,9 @@ class Binance(Exchange):
limit = min(list(filter(lambda x: limit <= x, limit_range)))
return super().get_order_book(pair, limit)
def validate_order_time_in_force(self, order_time_in_force: Dict) -> None:
"""
Checks if order time in force configured in strategy/config are supported
"""
pass