ibkr-cp-api-client

Crates.ioibkr-cp-api-client
lib.rsibkr-cp-api-client
version0.4.0
sourcesrc
created_at2023-09-09 19:15:10.202207
updated_at2024-06-26 21:44:59.693336
descriptionA client for the IBKR Client Portal API
homepagehttps://github.com/numberjuani/ibkr-cp-api-client
repositoryhttps://github.com/numberjuani/ibkr-cp-api-client
max_upload_size
id968304
size476,152
Juan I Marquez (numberjuani)

documentation

README

ibkr-cp-api-client

Rust Client for Interactive Brokers Client Portal API.
Take a look at the tests for usage examples.
To use add this to your Cargo.toml:
ibkr-cp-api-client = "0.3"
Docs

Note

Make sure listenSsl:false in your root/conf.yaml for CP Gateway.

Features

  • auth - Authentication, brings in functions that can open and authenticate the portal. Windows not supported, if you want it open a PR.
  • NOTE: You may need to inspect the page and adjust the element names for auth to work.

Contributing

Contributions welcome from anybody.

  1. Branch from main.
  2. Open PR.
  3. Wait for me to approve.

Disclaimer

I am not affiliated with interactive brokers in any way nor am I making any representations about how you should trade or use the code in this repository. Use at your own risk.

Commit count: 63

cargo fmt