Having to implements empty stubs for all EWrapper functions #14
|
Trying this lib to get historical bars (and save them no just see them on the console so I need a listener) but I find myself in a situation where I have to stub all the functions defined in the EWrapper interface, Surely I'm the wrong track. Thanks |
Answered by
pchavanne
Jan 19, 2026
Replies: 1 comment
|
Hello, |
0 replies
Answer selected by
pchavanne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
ibapi is a golang implementation of the official api. You do have to implement the EWrapper interface yourself.
If you don't want to do it you can use ibsync which is a synchronous, easy-to-use interface based on ibapi.