GithubHelp home page GithubHelp logo

sprakala / ib-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sergluka/ib-client

0.0 0.0 0.0 1.93 MB

Wrapper around Interactive Brokers TWS API

License: MIT License

Java 84.75% Groovy 15.25%

ib-client's Introduction

Download

Description

“ib-client” is a Java wrapper around native TWS API provided by Interactive Brokers company, the leader between electronic trading platforms.

The native API disadvantages

The native API is powerful but is hard and inconvenient to use. Before any business logic can be written, a developer has to write a large amount of boilerplate code, resolve concurrency issues, handle reconnects, filter out order statuses duplicates, check incoming messages, etc.

'ib-client' advantages

  1. Hides native API complexity
  2. Uses Java 8
  3. Use only 2 lines to connect
  4. Automatically restores connection to TWS
  5. Use power of reactive programming by using Reactor
  6. Build-in and verbose logging
  7. Production ready. 'ib-client' is used as a base of 20+ projects

Examples

You can see usages example in tests

Installation

Releases

    repositories {
        jCenter()
    }
    
    dependencies {
        implementation 'lv.sergluka.ib-client:ib-client:<latest-version>'
    }

Snapshots

See the snapshots list here

    repositories {
        maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local' }
    }
    
    dependencies {
        implementation 'lv.sergluka.ib-client:ib-client:x.x.x-SNAPSHOT'
    }

ib-client's People

Contributors

sergluka avatar sm1i3 avatar vadimgrushas avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.