Open AlexCatarino opened 4 months ago
This is a limitation of the IB API, this information is currently not available
Could you be more specific regarding the limitation? If I query endpoint /iserver/account/orders, it provides lastExecutionTime, which is much better than 0000-12-31 19:36:45. Reference: https://www.interactivebrokers.eu/campus/ibkr-api-page/webapi-doc/#monitoring-live-orders-33
Expected Behavior
When LEAN fetches an open order, we get the time is was recorded by IB.
Actual Behavior
The order timestamp is
DateTime.MinValue
.Potential Solution
Reproducing the Problem
Open Limit Order for MES, for example. Deploy algorithm to IB.
Checklist
master
branch