mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 15:24:21 +01:00
Fixed bug in setting 'time in force' in order update (added changes to rest)
This commit is contained in:
@@ -869,7 +869,7 @@ class BfxRest:
|
||||
if price_trailing != None:
|
||||
payload['price_trailing'] = str(price_trailing)
|
||||
if time_in_force != None:
|
||||
payload['time_in_force'] = str(time_in_force)
|
||||
payload['tif'] = str(time_in_force)
|
||||
if leverage != None:
|
||||
payload["lev"] = str(leverage)
|
||||
flags = calculate_order_flags(
|
||||
|
||||
Reference in New Issue
Block a user