hadrianl / ibapi

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

Decode error when requesting completed orders #17

Closed rcalin closed 4 years ago

rcalin commented 4 years ago

When firing m.Client.ReqCompletedOrders method, a decode error is generated when parsing the reply: {"level":"error","ts":1600076419.379908,"caller":"ibapi/client.go:2934","msg":"decoder got unexpected error","error":"interface conversion: string is not error: missing method Error",

Server version: 115 IBGW version: 978

hadrianl commented 4 years ago

thx, I have figured out what's wrong with it. I would fix it as soon as possible

rcalin commented 4 years ago

awesome, thanks!