I'm getting the error: Error 110. The price does not conform to the minimum price variation for this contract. On IBKR page, I found out that this information is stored in minTick, which is called by tickReqParams requiring bunch of input parameters, possibly data feed subscription The thing is I don't use IBKR data, but of alpaca, so I cannot call the tickReqParams and since the minimum increment basically depends only on a stock/symbol, is there any work around with your package to get to the minTick value? Thank you in advance.
I'm getting the error:
Error 110. The price does not conform to the minimum price variation for this contract
. On IBKR page, I found out that this information is stored inminTick
, which is called bytickReqParams
requiring bunch of input parameters, possibly data feed subscription The thing is I don't use IBKR data, but of alpaca, so I cannot call thetickReqParams
and since the minimum increment basically depends only on a stock/symbol, is there any work around with your package to get to theminTick
value? Thank you in advance.