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
To unlock posting to the community forums please complete at least 30% of Boot Camp.
You can continue your Boot Camp training progress from the terminal. We hope to see you in the community soon!