Skip to content

Utility for installing Interactive Brokers API client to your local maven repo

Notifications You must be signed in to change notification settings

jjttjj/tws-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TWS Install

Utility for installing Interactive Brokers API client.

Usage

This utility will download the IB Java client code from here, compile it with the javac using the -parameters flag, and install it to your local maven repo.

To use:

clj -Sdeps '{:deps {tws-install/tws-install {:git/url "https://github.com/jjttjj/tws-install.git" :sha "76cb2184155eb1a08a35232aceb2d686739d419f"}}}' -M tws-install

Or, with powershell:

clj -Sdeps '{:deps {tws-install/tws-install {:git/url ""https://github.com/jjttjj/tws-install.git"" :sha ""76cb2184155eb1a08a35232aceb2d686739d419f""}}}' -M tws-install

You can now use the api client in your deps.edn as follows:

com.interactivebrokers/tws-api {:mvn/version "979.01-with-parameters"}

About

Utility for installing Interactive Brokers API client to your local maven repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published