Setting postToAts in IBKR Python API

6 days ago 13
ARTICLE AD BOX

When I try to place a PEG BEST order from a Python script it shows up in Trader Workstation but is not transmitted. In my Python console I see this message:

Order rejected - reason:This order type is not allowed w/o PostToAts for specified destination

I have set

o = Order() … o.postToAts = 1

I'll appreciate any suggestions! My AI queries were not fruitful.

Read Entire Article