The algorithm I'm toying with presently involves unloading a stock that was purchased after n days if a specific criteria hasn't been met.  I'm having a tough time deciphering through the object model how to determine when an equity was actually purchased.

I'm guessing it's something in the TransActions.GetOrders(x => x.Symbol = theSymbol) or something, but I'm not seeing how to actually get the date the original buy order was completed.

Suggestions?  Thanks in advance.

Author