Remove some debug statements
This commit is contained in:
@@ -62,11 +62,9 @@ class OANDAExchange(BaseExchange):
|
||||
}
|
||||
}
|
||||
if trade.price is not None:
|
||||
print("PRICE IS NOT NONE")
|
||||
if trade.type == "limit":
|
||||
data["order"]["price"] = str(trade.price)
|
||||
elif trade.type == "market":
|
||||
print("IS MARKET")
|
||||
data["order"]["priceBound"] = str(trade.price)
|
||||
r = orders.OrderCreate(self.account_id, data=data)
|
||||
response = self.call(r)
|
||||
|
||||
Reference in New Issue
Block a user