mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-22 07:26:50 +00:00
docs: Establish a standard for trade/order-update websocket events (#755)
* docs: initially commit WS_TRADE_UPDATES.md * docs/WS_TRADE_UPDATES: shorter text * docs: rename WS_TRADE_UPDATES to WS_ORDER_EVENTS as that is more descriptive of what it documents * docs/ADD_NEW_EXCHANGE: reference the newly added WS_ORDER_EVENTS file * WS_ORDER_EVENTS: common terminology * WS_ORDER_EVENTS: turn the code segment into a markdown table * WS_ORDER_EVENTS: AverageExecutedPrice is now not mandatory * exchanges/README: link to WS_ORDER_EVENTS
This commit is contained in:
@@ -42,6 +42,9 @@ When submitting a PR, please abide by our coding guidelines:
|
||||
+ Code must adhere to our [coding style](https://github.com/thrasher-corp/gocryptotrader/blob/master/doc/coding_style.md).
|
||||
+ Pull requests need to be based on and opened against the `master` branch.
|
||||
|
||||
If contributing websocket improvements, please make sure order reports
|
||||
follow [these rules](../docs/WS_ORDER_EVENTS.md).
|
||||
|
||||
## Donations
|
||||
|
||||
<img src="https://github.com/thrasher-corp/gocryptotrader/blob/master/web/src/assets/donate.png?raw=true" hspace="70">
|
||||
|
||||
Reference in New Issue
Block a user