mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-11 16:32:57 +00:00
Wip
+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.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
WIP
|
||||||
+1
@@ -0,0 +1 @@
|
|||||||
|
WIP
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
WIP
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
WIP
|
||||||
Reference in New Issue
Block a user