neka-nat / python-forexconnect

Python binding of forexconnect api
39 stars 24 forks source link

Adding BID & ASK price data #17

Closed JamesKBowler closed 6 years ago

neka-nat commented 6 years ago

Thank you for contributing. I think it better to use std::pair than to change the contents of the Prices struct, since Ask and Bid have the same structure. If you do not mind, please refer to another implementation. https://github.com/neka-nat/python-forexconnect/pull/18