1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-17 03:12:56 +00:00
This commit is contained in:
Jkorf
2022-01-17 13:44:45 +01:00
parent e51b863242
commit b65669659d
9 changed files with 83 additions and 38 deletions
+5
View File
@@ -1,3 +1,8 @@
---
title: Client options
nav_order: 3
---
## Setting options
Each implementation can be configured using client options. There are 2 ways to provide these, either via `[client].SetDefaultOptions([options]);`, or in the constructor of the client. The examples here use the `BinanceClient`, but usage is the same for each client.