sparkstartconsulting / IBKR-API-Rust

Port of Interactive Broker's trading API written in Rust
MIT License
138 stars 41 forks source link

Users cannot implement Wrapper in their own projects #40

Closed richard-fairthorne closed 4 months ago

richard-fairthorne commented 4 months ago

The wrapper trait relies on the version of BigDecimal bundled with IBKR-API-Rust.

BigDecimal should be re-exported so that users can implement this trait. Without a re-export, it is difficult for users to ensure they have a matching BigDecimal library version.

richard-fairthorne commented 4 months ago

I have submitted a pull request #39 for consideration