diff --git a/Clients.md b/Clients.md new file mode 100644 index 0000000..6d3f665 --- /dev/null +++ b/Clients.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/Glossary.md b/Glossary.md new file mode 100644 index 0000000..60ea8c3 --- /dev/null +++ b/Glossary.md @@ -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. \ No newline at end of file diff --git a/Implementation.md b/Implementation.md new file mode 100644 index 0000000..6d3f665 --- /dev/null +++ b/Implementation.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/Logging.md b/Logging.md new file mode 100644 index 0000000..6d3f665 --- /dev/null +++ b/Logging.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/Migration Guide.md b/Migration Guide.md new file mode 100644 index 0000000..6d3f665 --- /dev/null +++ b/Migration Guide.md @@ -0,0 +1 @@ +WIP \ No newline at end of file diff --git a/Orderbooks.md b/Orderbooks.md new file mode 100644 index 0000000..6d3f665 --- /dev/null +++ b/Orderbooks.md @@ -0,0 +1 @@ +WIP \ No newline at end of file