nodejs-order-book
nodejs-order-book copied to clipboard
Discussion: canceled orders
If the order has a FOK, then it is not quite an error when it isn't fulfilled, it is simply a canceled order.
I have an idea: to add another property to the response, canceled orders, where are placed those orders that were canceled for several reasons:
- FOK and IOC
- OCO orders
- canceled by user's decision
Let's discuss?