-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no placeorder collateralization for replaced order #2029
Comments
Correction: collateralization for 5 eth (totalling to 10 eth collateral) is triggered and only on second attempt replacement should be successful Want to give this a shot? @rsercano |
if i remember correctly u cant ask to collateralize additional amount, you need ask for a total amount. 5 eth order -> coll request for 5 eth -> add 5 qty to the order -> coll request for 10 eth |
Sure thing :) |
How is that with vector? @erkarl Let's only work with vector from now on. |
Ping @erkarl |
That's the way it should be. |
Steps to reproduce
buy 5 ETH/BTC 0.011 1
order -> placeorder collateralization is triggered, u need to wait, and place order after thatbuy 5 ETH/BTC 0.011 1
order again -> order placed successfullybuy 10 ETH/BTC 0.011 -r 1
Actual behaviour
order is replaced successfully
Expected behaviour
collateralization for 10 eth is triggered and only on second attempt replacement should be successful
Note
scheduled collateralization works fine, this amount will be collateralized after some time (but it does not work for case when replaced order will be immediately)
The text was updated successfully, but these errors were encountered: