File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) ![ MSRV] ( https://img.shields.io/badge/MSRV-1.80.0-orange )
88
99
10- Rust client for power.trade Fix protocol.
11- Implements authentication and basic order management(add single order, cancel single order).
10+ Rust client for power.trade Fix protocol.
11+ Implements authentication and basic order management(add single order, cancel single order).
12+
13+ ## Features
14+ * Establishes a TLS FIX session and performs logon to the Power.Trade exchange.
15+ * Signs JWTs with your API keys to authenticate FIX connections.
16+ * Provides utilities for building FIX messages including NewOrderSingle and OrderCancelRequest.
17+ * Scenario driven main executable that can place or cancel orders or send RFQ messages based on environment variables.
18+ * Integration test validates the structure of generated FIX messages without connecting to the exchange.
1219
1320See [ list of issues] ( https://github.com/laisee/client-rust-fix/issues ) for the planned set of enhancements and features.
1421
You can’t perform that action at this time.
0 commit comments