When using IB API, do you use
public void execDetails(int reqId, Contract contract, Execution execution)
or
public void orderStatus(int orderId, String status, int filled, int remaining, double avgFillPrice, int permId, int parentId, double lastFillPrice, int clientId, String whyHeld)
to get information about the execution.
I noticed that orderStatus() always echoes same message twice?!? wander if that's the bug or something?
public void execDetails(int reqId, Contract contract, Execution execution)
or
public void orderStatus(int orderId, String status, int filled, int remaining, double avgFillPrice, int permId, int parentId, double lastFillPrice, int clientId, String whyHeld)
to get information about the execution.
I noticed that orderStatus() always echoes same message twice?!? wander if that's the bug or something?