copy/paste corrected

This commit is contained in:
misagh 2018-11-25 22:08:42 +01:00
parent 962b02b079
commit 9f26022ce5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class TestStrategy(IStrategy):
}
# Optional order time in force
order_types = {
order_time_in_force = {
'buy': 'gtc',
'sell': 'gtc'
}