I'm working on my first trading script using the TradeHill API.
I find it pretty annoying that the OID of an order isn't returned to you when you create a new buy/sell order.
How exactly can you get the OID of a freshly created order? I'm thinking that you will have to have a list of orders before it is created and compare this with the new list after the order.
You must then find the new OID in the list?
Is this the only way?