You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: