Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjthomas9 authored Jun 20, 2024
1 parent c418c49 commit 35916e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ The package design follows the official C++/Java
[IB API](https://interactivebrokers.github.io/tws-api/),
which is based on an asynchronous communication model over TCP.

The package was firt developed by lbilli in [Jib.jl](https://github.com/lbilli/Jib.jl).
The package was first developed by lbilli in [Jib.jl](https://github.com/lbilli/Jib.jl).
lbilli still maintains his package and APIs and functionalities are integrated into InteractiveBrokers.jl.

What are the differences with Jib.jl then?
1. InteactiveBrokers.jl is published to Julia's General Repository.
1. InteractiveBrokers.jl is published to Julia's General Repository.
2. DataFrame integration is done through an extension, allowing to keep the same API as Jib.jl but with lighter dependencies if you don't need DataFrames per se.
3. User-provided callbacks can have an optional object upon which to dispatch. (see example below)

The developement of InteractiveBrokers.jl was first motivated to integrate InteractiveBrokers with [Lucky.jl](https://github.com/oliviermilla/Lucky.jl) trading framework.
The development of InteractiveBrokers.jl was first motivated to integrate InteractiveBrokers with [Lucky.jl](https://github.com/oliviermilla/Lucky.jl) trading framework.

### Installation
To install from Julia General Repository:
Expand Down

0 comments on commit 35916e7

Please sign in to comment.