Metadata-Version: 2.1
Name: txTrader
Version: 1.14.28
Summary: TxTrader Securities Trading API Controller
Home-page: https://github.com/rstms/txTrader
Author: Matt Krueger
Author-email: mkrueger@rstms.net
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: hexdump (==3.3)
Requires-Dist: pytz (==2020.1)
Requires-Dist: twisted (==20.3.0)
Requires-Dist: tzlocal (==2.1)
Requires-Dist: ujson (==3.1.0)

txTrader - Twisted Trading API Controller 
=========================================

txTrader aims to eliminate the complexity of managing and interacting with multiple trading system APIs, presenting a native python interface.


Features
--------
- Cross-Platform securities trading API management engine   
- Provides a trader's eye view of the interaction with the trading system API.    
- Decouples business logic from low-level implementation details of interaction with the broker's API 
- Maintains internal data structures used to verify each step of the order management / trade execution transaction.   
- Supports fault-tolerance by maintaining a continuous connection with the API in the event of application failure.
- Frees trading software design from timing and architectural constraints imposed by the API implementation.
- Built on the mature and reliable [twisted](https://twistedmatrix.com/trac/) python networking engine.

