FA operation ignored error message
Closed this issue · 1 comments
chipkent commented
An FA operation ignored error message is present. Should not execute the commands that cause this, or the error should be eaten.
ERROR:ibapi.wrapper:ERROR 125 321 Error validating request.-'bW' : cause - Incorrect generic tick list of 292,456,225,232,619,165,318,293,294,233,375,295,595,236,236,104,411,106,100,105,101. Legal ones for (STK) are: 100(Option Volume),101(Option Open Interest),105(Average Opt Volume),106(impvolat),165(Misc. Stats),221/220(Creditman Mark Price),225(Auction),232/221(Pl Price),233(RTVolume),236(inventory),258/47(Fundamentals),293(TradeCount),294(TradeRate),295(VolumeRate),318(LastRTHTrade),375(RTTrdVolume),411(rthistvol),456/59(IBDividends),460(Bond Factor Multiplier),576(EtfNavBidAsk(navbidask)),577(EtfNavLast(navlast)),578(EtfNavClose(navclose)),586(IPOHLMPRC),587(Pl Price Delayed),588(Futures Open Interest),595(Short-Term Volume X Mins),614(EtfNavMisc(high/low)),619(Creditman Slow Mark Price),623(EtfFrozenNavLast(fznavlast))
chipkent commented
This problem was originally reported by @rbasralian.
As far as I can tell, this is probably user error. The codes in the list that are not present in the available options are:
- 104 - 30 day hist vol
- 292 - News
See theGenericTickType
enum and https://interactivebrokers.github.io/tws-api/tick_types.html for details.
Possibly request_market_data
was called with an invalid combination of RegisteredContract
and GenericTickType
.