Hi, Been looking around, but couldn't figure it out. So I want to buy an option but only if ONE of the conditions is true (Underlying Price "OR" Time).. Meaning if either price cosses $X "OR" if time crosses a certain time.
I am able to send an order by using the default "AND".. however I want to change "AND" to "OR" and I cant figure out how to do that! I see that in the docs, they have:
?priceCondition.isConjunctionConnection = isConjunction
However when I go into the source code, I dont see "isConjunctionConnection" anymore as part of the priceCondition Class.. Its been moved to the orderCondition Class. I am using IBAPI version 9.81.1.post1. Can anyone help me please?