Author |
Topic: retrieving last trade time for FDAX contract (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
YBar Posts: 24 Joined: Dec 01, 2008 |
Hello,
i'm using the following method to retrieve the last trade time on the FDAX: DateTime dt = Contract.CurrentPrice.LastDateTime; however, i get the time with 2 hours shift from the CET. Is this the correct way to do it? Best regards, Ybar |
||||
LLuigi Posts: 2 Joined: Jul 11, 2009 |
try it:
DateTime dt = Contract.CurrentPrice.LastDateTime.toLocalTime; Jertix Luigi Tedde |
||||