1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 08:22:53 +00:00

Wip

Jkorf
2021-12-13 16:36:58 +01:00
parent 6284b6cf82
commit cee84e08e0
6 changed files with 26 additions and 0 deletions
+1
@@ -0,0 +1 @@
WIP
+21
@@ -0,0 +1,21 @@
|Definition|Synonyms|Meaning|
|----------|--------|-------|
|Asset|Currency, Coin||
|Symbol|Market||
|Trade|Execution, fill||
|Quantity|Amount, Size||
|Fee|Commission||
|Kline|Candlestick, OHLC||
|KlineInterval|The time period of a single kline|
|Open order|Active order, Unexecuted order||
|Closed order|Completed order, executed order||
|Network|Chain||
|Order book|Market depth||
|Ticker|Stats||
### Other naming constraints
#### PlaceOrderAsync
Methods for creating an order are always named `PlaceOrderAsync`, with and optional additional name for the type of order, for example `PlaceMarginOrderAsync`.
#### GetOrdersAsync/GetOpenOrdersAsync/GetClosedOrdersAsync
`GetOpenOrdersAsync` only retrieves orders which are still active, `GetClosedOrdersAsync` only retrieves orders which are canceled/closed. `GetOrdersAsync` retrieves both open and closed orders.
+1
@@ -0,0 +1 @@
WIP
+1
@@ -0,0 +1 @@
WIP
+1
@@ -0,0 +1 @@
WIP
+1
@@ -0,0 +1 @@
WIP