Skip to content

Commit 7e3584f

Browse files
committed
update README.md
1 parent 5191a80 commit 7e3584f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,7 @@ target_link_libraries(${NAME} PRIVATE ${SECP256K1_LIBRARY} ${MSGPACKC_LIBRARY})
11071107
```
11081108
Request request(Request::Operation::CREATE_ORDER, "hyperliquid", "0"); // Corresponds to https://app.hyperliquid.xyz/trade/BTC
11091109
```
1110+
* For the client order ID, please use either request.generateNextClientOrderId() or your own implementation, as long as it complies with the Hyperliquid requirements: https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api/exchange-endpoint#place-an-order. Orders submitted with an invalid client order ID will be rejected.
11101111

11111112
## Performance Tuning
11121113
* Turn on compiler optimization flags (e.g. `cmake -DCMAKE_BUILD_TYPE=Release ...`).

0 commit comments

Comments
 (0)