ibkr_client_portal

Crates.ioibkr_client_portal
lib.rsibkr_client_portal
version1.0.1
sourcesrc
created_at2024-03-25 12:37:07.221629
updated_at2024-06-04 13:13:28.266454
descriptionUnofficial API Client implement for Interactive Brokers (IBKR / IB) Client Portal.
homepage
repositoryhttps://github.com/ttzztztz/rabbit_trading
max_upload_size
id1185267
size362,861
Rabbit (ttzztztz)

documentation

README

Interactive Brokers (IBKR) Client Portal API Rust Implementation

Disclaimer

This is an Unofficial API Client implement for Interactive brokers (IBKR) Client Portal. Please use it at your own risk!

Documents

Tutorial

  • Visit our unit test cases to have a quick tutorial of how to use this lib (really straightforward to use)

IBKR Client Portal Docker image Usage

There's a self written (unofficial) docker image for ibkr client portal. github.com/ttzztztz/rabbit_trading dockerfiles/ibkr_client_portal

  • First, clone the repo and modify the configuration YAML file according to your needs
git clone git@github.com:ttzztztz/rabbit_trading.git
cd  dockerfiles/ibkr_client_portal
vim conf.yaml
  • Then, start the docker-compose, waiting for the image build and container startup
docker-compose up -d
  • Finally, visit the http://localhost:5000 to finish the auth

References

Contributions

Commit count: 189

cargo fmt