Skip to content

Commit c37aadf

Browse files
committed
docs: add feature summary
1 parent 11bdb43 commit c37aadf

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
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

1320
See [list of issues](https://github.com/laisee/client-rust-fix/issues) for the planned set of enhancements and features.
1421

0 commit comments

Comments
 (0)