Hi guys, I have a question about the Anvil API. Basically, I'm writing a program which keeps track of orders sent and which can automatically cancel them if certain conditions arise. So I'm using the B_SendOrder method in the API, kinda like this:
unsigned int SendOrder(...)
{
...