I mean following example:
1. Submit BUY Limit 10 cts
2. Cancel the order -> it is cancelled
3. Can I call ChangeOrder(...) with the same (now Cancelled) order to BUY again or such action would fail?
Related 2nd question:
If can reuse -> then can reuse the same way (as Cancelled order) also Rejected order ?
Related 3rd question:
Does ChangeOrder() create completely new order at exchange or it is the same order modified ?

Comment