hadrianl / ibapi

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

Extracting data of requests #11

Closed perriea closed 4 years ago

perriea commented 4 years ago

How extracting data of request ? In the past, I used gofinance/ib, it was easy to extract the data of my requests. Can you tell me how to do and document this ?

Example : reqContract -> struct Contract etc...

hadrianl commented 4 years ago

@perriea u could define your own wrapper that implements ibapi.IbWrapper interface. The demo wrapper just info the data delivered by tws or gateway

perriea commented 4 years ago

ahhh ! It's really cool ! Do you plan to maintain it over time ? I can help if necessary.

hadrianl commented 4 years ago

yep, appreciate it if you could help with this. Generally, I would like to stick with Interactive broker official implement. And improve performance base on this. right now ,i'm doing some work with the fully test