Hi QC,

I was trying to log the order place time here but need some help to get through with the right format. I thought longOrder.Time is OrderTicket's attribute with DateTime type.

longOrder = self.LimitOrder(self.symbol, quantity, price)
self.Log("LONG ORDER PLACED " + longOrder.Time + price )

I also tried str() and strftime() after searching QC doc, forum and API doc, but both give error messages. What should be the correct way to do it? Where to find the documentation on this topic ideally with some examples? 

Thanks