Can I store information such that it will be persisted in an IOrder property after the order has been submitted?
These are entry orders and don't use the oco property so I would like to store a small amount of information when an order is cancelled for use until I get an ack back on the cancel.
My orders are in a list so I can't remove them prior to the ack but I need a little more information than just knowing the OrderState is PendingCancel.
I am trying to avoid creating a wrapper class with an IOrder variable in it (or other such mechanism).
Best Regards,
Scott

Comment