I'm migrating an old piece of software from Order2Go to ForexConnect.
Now all the ForexConnect samples are working great, and I've found nearly all the methods I need, with one exception:
The Order2Go had a property "ServerTime" of the TradeDesk that I'm unable to find in the samples and also in the docs, and also not in this forum...
My old code (for Order2Go):
- Code: Select all
fx = win32com.client.Dispatch("Order2Go.CORE")
td = fx.CreateTradeDesk("trader")
server_time = td.ServerTime
Any hint where I can get that piece of information from with the new ForexConnect python API?
Cheer
McBuell