Skip to content

xuchangqun/ib-gateway-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ib-gateway-demo

download

git clone https://github.com/chnyangjie/ib-gateway-demo.git

compile

cd ib-gateway-demo mvn package -Dmaven.test.skip=true -X

run

assume your gateway is running on localhost 14444

java -jar gateway-demo-jar-with-dependencies.jar 127.0.0.1 14444 1

the 1st argument is the IP of gateway process
the 2nd argument is the port of gateway process
the 3rd one is client id, which should be an integer, if you don't know what it means, just use 1 will be fine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%