You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ including FX, Equities, Futures, Options, CFDs, Crypto and Betting - across mult
48
48
49
49
## Features
50
50
51
-
-**Fast:** C-level speed through Cython. Asynchronous networking with [uvloop](https://github.com/MagicStack/uvloop)
52
-
-**Reliable:** Type safety through Cython. Redis backed performant state persistence
51
+
-**Fast:** C-level speed through Rust and Cython. Asynchronous networking with [uvloop](https://github.com/MagicStack/uvloop)
52
+
-**Reliable:** Type safety through Rust and Cython. Redis backed performant state persistence
53
53
-**Flexible:** OS independent, runs on Linux, macOS, Windows. Deploy using Docker
54
54
-**Integrated:** Modular adapters mean any REST, WebSocket, or FIX API can be integrated
55
55
-**Advanced:** Time in force `IOC`, `FOK`, `GTD`, `AT_THE_OPEN`, `AT_THE_CLOSE`, advanced order types and conditional triggers. Execution instructions `post-only`, `reduce-only`, and icebergs. Contingency order lists including `OCO`, `OTO`
@@ -167,7 +167,7 @@ as specified in the `pyproject.toml`. However, we highly recommend installing us
167
167
1. Install [rustup](https://rustup.rs/) (the Rust toolchain installer):
168
168
- Linux and macOS:
169
169
```
170
-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
170
+
curl https://sh.rustup.rs -sSf | sh
171
171
```
172
172
- Windows:
173
173
- Download and install [`rustup-init.exe`](https://win.rustup.rs/x86_64)
@@ -373,7 +373,7 @@ Contributors are also required to sign a standard Contributor License Agreement
373
373
---
374
374
375
375
Copyright (C) 2015-2022 Nautech Systems Pty Ltd. All rights reserved.
0 commit comments