|
1 | | -| examples | Description | |
2 | | -|:-----------|:------------:| |
3 | | -| example43 | bybit mainnet spot infrastructure | |
4 | | -| example42 | bybit mainnet linear infrastructure | |
5 | | -| example40 | run deviation and mutual information strategy on random data | |
6 | | -| example39 | generate and decompose crypto hash keys | |
7 | | -| example38 | run a strategy on random data | |
8 | | -| example37 | run a strategy with binance mainnet futures infrastructure | |
9 | | -| example36 | run a strategy with binance mainnet spot infrastructure | |
10 | | -| example35 | agregate some classes to add data to local orderbook from binance spot mainnet exchange and get notify when best bid change or best ask change| |
11 | | -| example34 | agregate some classes to add data to local orderbook from binance spot mainnet exchange | |
12 | | -| example33 | agregate some classes to extract mainnet snapshot from binance | |
13 | | -| example32 | agregate some classes to subscribe on binance private channel | |
14 | | -| example31 | agregate some classes to add data to local orderbook from bybit spot mainnet exchange | |
15 | | -| example30 | agregate some classes to subscribe on binance testnet execution channel | |
16 | | -| example29 | place limit buy order with manual id on bybit | |
17 | | -| example28 | agregate some classes to subscribe on testnet execution bybit channel and testnet order bybit channel | |
18 | | -| example27 | agregate some classes to subscribe on mainnet execution bybit channel and testnet order bybit channel | |
19 | | -| example26 | usage apikey and secretkey for hmac_sha256 signer | |
20 | | -| example25 | agregate some classes to subscribe bybit mainnet execution channel | |
| 1 | +| Example | Description | |
| 2 | +|-------------|--------------------------------------------------------------------------------------------------------------------------| |
| 3 | +| [example43](./example43/main.cpp) | bybit mainnet spot infrastructure | |
| 4 | +| [example42](./example42/main.cpp) | bybit mainnet linear infrastructure | |
| 5 | +| [example41](./example41/main.cpp) | run deviation and mutual information strategy on binance mainnet future infrastructure and Bybit mainnet linear infrastructure, utilizing Binance best bid and best ask prices | |
| 6 | +| [example40](./example40/main.cpp) | run deviation and mutual information strategy on random data | |
| 7 | +| [example39](./example39/main.cpp) | generate and decompose crypto hash keys | |
| 8 | +| [example38](./example38/main.cpp) | run a strategy on random data | |
| 9 | +| [example37](./example37/main.cpp) | run a strategy with binance mainnet futures infrastructure | |
| 10 | +| [example36](./example36/main.cpp) | run a strategy with binance mainnet spot infrastructure | |
| 11 | +| [example35](./example35/main.cpp) | agregate some classes to add data to local orderbook from binance spot mainnet exchange and get notify when best bid change or best ask change | |
| 12 | +| [example34](./example34/main.cpp) | agregate some classes to add data to local orderbook from binance spot mainnet exchange | |
| 13 | +| [example33](./example33/main.cpp) | agregate some classes to extract mainnet snapshot from binance | |
| 14 | +| [example32](./example32/main.cpp) | agregate some classes to subscribe on binance private channel | |
| 15 | +| [example31](./example31/main.cpp) | agregate some classes to add data to local orderbook from bybit spot mainnet exchange | |
| 16 | +| [example30](./example30/main.cpp) | agregate some classes to subscribe on binance testnet execution channel | |
| 17 | +| [example29](./example29/main.cpp) | place limit buy order with manual id on bybit | |
| 18 | +| [example28](./example28/main.cpp) | agregate some classes to subscribe on testnet execution bybit channel and testnet order bybit channel | |
| 19 | +| [example27](./example27/main.cpp) | agregate some classes to subscribe on mainnet execution bybit channel and testnet order bybit channel | |
| 20 | +| [example26](./example26/main.cpp) | usage apikey and secretkey for hmac_sha256 signer | |
| 21 | +| [example25](./example25/main.cpp) | agregate some classes to subscribe bybit mainnet execution channel | |
0 commit comments