Skip to content

Commit 537d9ca

Browse files
authored
add ops ex
1 parent f4284c4 commit 537d9ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In order to initialize a client that is not public, api-key and api-secret must
4747
<br />   │
4848
<br />   └── OpsClient
4949
<br />
50+
<br />
5051
As was mentioned earlier, unique endpoints are located as separate structs inside Client.
5152
<br /> CRTP interface and implementations are separated inside `Binance_Client.cpp`. Generally speaking, implementations are marked by a `v_` prefix.
5253
<br /> Deeper implementations (i.e `Client` -> `FuturesClient` -> [`FuturesClientUSDT`, `FuturesClientCoin`]) include an additional underscore: `v__`.
@@ -146,6 +147,7 @@ For Microsoft compilers set the following flags for better runtime performance:
146147
* `client_wallet_methods.cpp` = Initializing a 'Wallet' objects (Similar for `MarginAccount`, `FuturesWallet`, `SubAccount`, `Savings`, `Mining`)
147148
* `custom_ws_stream.cpp` = Starting a custom stream
148149
* `fetch_ticker_rest.cpp` = Fetching a ticker once using REST
150+
* `options_trade_stream.cpp` = Connecting to "Trades" stream in Vanilla Options
149151

150152

151153
# Lined up

0 commit comments

Comments
 (0)