I have previously created a fully functional Unmanaged strategy. Now, I am trying to further my education regarding MANAGED Orders.
I would appreciate if you would answer each question.
Is there a COMPLETE Sample with Managed Strategy?
Does Managed use IOrder or is it "hidden"?
Does Managed use OnOrderUpdate and OnExecutionUpdate or are they "hidden"?
If I have a rejected order with Managed, and I have
RealtimeErrorHandling = RealtimeErrorHandling.TakeNoAction;
Thanks,
kz

Comment