Skip to content

Commit 9529735

Browse files
authored
Update README.md
1 parent 3dd5670 commit 9529735

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323

2424
This project provides a client implementation for interacting with a FIX protocol-based API over a secure connection.
2525

26-
The client is capable of connecting to PT fix server, submitting new order(s), cancelling orders and handling responses (e.g. heartbeat) from the server. A heartbeat message can be sent every XX seconds where XX can be configure.
26+
The client is capable of:
27+
- Connecting to Power Trade Fix server
28+
- Submitting new order(s)
29+
- Cancelling orders
30+
- Handling responses (e.g. heartbeat) from the server. A heartbeat message can be sent every XX seconds where XX can be configured
2731

2832
## Features
2933

@@ -81,6 +85,7 @@ The client is capable of connecting to PT fix server, submitting new order(s), c
8185
6. **Configure a certificate for PowerTrade API endpoint"
8286
8387
Generate a certificate for the API endpoint by inspecting & downloading public key cert from API Url e.g. api.wss.test.power.trade
88+
8489
Copy the certificate contents to a file which is typically named as "cert.crt", but can be called anything.
8590
8691
The cert file name can be added to the .env file using the CERTFILE_NAME variable, see example below.
@@ -89,10 +94,12 @@ The client is capable of connecting to PT fix server, submitting new order(s), c
8994
CERTFILE_LOCATION='cert.crt'
9095
```
9196
92-
7. **Execute the client**
97+
8. **Execute the client**
9398
9499
Execute sample client with Python at command line:
95100
```sh
96101
python client.py
97102
```
98-
Review client actions as it executes logon to server, adds a new order, cancels the order while awaiting response(s). A sleep action allows time to review new order on system via API or UI before it's cancelled.
103+
Review client actions as it executes logon to server, adds a new order, cancels the order while awaiting response(s).
104+
105+
A sleep action allows time to review the new order on system via API or UI before it's cancelled.

0 commit comments

Comments
 (0)