I need to get a commission of execution in TWS. I connect to them through ib_insync library for python.
I do abt:
ib = IB()
ib.connect('127.0.0.1', 7497, 1)
ib.placeOrder(contract, order)
for e in ib.executions():
print(e)
The question is - where is the commissions for this executions is flying? how can i catch them all?