Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kcome/SwiftIB
https://github.com/kcome/SwiftIB
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kcome/SwiftIB
- Owner: kcome
- License: mit
- Created: 2015-01-01T10:02:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-28T03:57:28.000Z (about 5 years ago)
- Last Synced: 2024-07-31T18:17:45.208Z (3 months ago)
- Language: Swift
- Size: 144 KB
- Stars: 24
- Watchers: 8
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HistoryDataDump/HDDUtil.swift
- License: LICENSE
Awesome Lists containing this project
- awesome-swift - SwiftIB - An InteractiveBrokers API Library for OS X written in Swift. InteractiveBrokers is one of a few, if not the best, brokerage company provide Gateway+API solution for traders. (Third Party APIs)
README
SwiftIB
=======SwiftIB is a pure Swift implementation of the [Interactive Brokers](https://www.interactivebrokers.com/) [TWS API](https://www.interactivebrokers.com/en/software/api/api.htm) library on Mac OS X, with Core Foundation of crouse. All the API interfaces are implemented. `Request Market Data` and `Request History Data` interface are thoroughly tested.
Along with SwiftIB there are `HistoryDataDump` and `MktDataDump` command line applications as references for using SwiftIB library. Currently SwiftIB does not support static linking, and command line applications cannot use Framework distribution conveniently. So these tools are compiled with SwiftIB sources directly.
Should you have any suggestion or comments, the author will be glad to hear them 😄
----
```
Disclaimer:This software is in no way affiliated, endorsed, or approved by Interactive Brokers or
any of its affiliates. It comes with absolutely no warranty and should not be used in
actual trading unless the user can read and understand the source.
```