hadrianl / ibapi

Interactive Brokers API - GoLang Implement
MIT License
137 stars 59 forks source link

Error 110 work around #41

Open petric3 opened 1 year ago

petric3 commented 1 year ago

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.