TradingAPIs
TradingAPIs copied to clipboard
Rust example is broken
The rust example has 2 major problems:
- The Login request method uses a different API than documented here.
- The encryption is completely broken since the methods/crates it uses have made breaking changes since then and the
Cargo.tomlfile does not specify the last working versions.