[COLOR="SeaGreen"]// Resets the entryOrder object to null after the order has been filled or [B][U]partially filled[/U][/B][/COLOR]
[COLOR="RoyalBlue"]if [/COLOR](execution.Order.OrderState != OrderState.PartFilled)
{
entryOrder = [COLOR="RoyalBlue"]null[/COLOR];
}
Anyone want to help me out here?
P.S. It would be lots nicer if we could post these comments (and requests for clarification) to the threads which describe the samples, where others could benefit from it as well instead of in an entirely new topic.

Comment