Skip to content

Commit

Permalink
Manual: trades/executions: proper nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutny committed Jan 29, 2018
1 parent d5a83ff commit cfde079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions wiki/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -1575,15 +1575,15 @@ As such, `cancelOrder()` can throw an `OrderNotFound` exception in these cases:
A trade is a result of order execution. Note, that orders and trades have 1-n relationship: execution of 1 order may result in several trades.


##### Recent Trades
### Recent Trades

```JavaScript
exchange.fetchMyTrades (symbol = undefined, since = undefined, limit = undefined, params = {})
```

Returns ordered array of trades (most recent trade first).

##### Trades By Order Id
### Trades By Order Id

```UNDER CONSTRUCTION```

Expand Down
4 changes: 1 addition & 3 deletions wiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Welcome to the ccxt wiki!
- [All Orders](https://github.com/ccxt-dev/ccxt/wiki/Manual#all-orders)
- [Open Orders](https://github.com/ccxt-dev/ccxt/wiki/Manual#open-orders)
- [Closed Orders](https://github.com/ccxt-dev/ccxt/wiki/Manual#closed-orders)
- [Trades / Transactions / Fills / Executions](https://github.com/ccxt-dev/ccxt/wiki/Manual#trades--transactions--fills--executions)
- [Order Structure](https://github.com/ccxt/ccxt/wiki/Manual#order-structure)
- [Placing Orders](https://github.com/ccxt/ccxt/wiki/Manual#placing-orders)
- [Market Orders](https://github.com/ccxt/ccxt/wiki/Manual#market-orders)
- [Limit Orders](https://github.com/ccxt/ccxt/wiki/Manual#limit-orders)
- [Custom Params](https://github.com/ccxt/ccxt/wiki/Manual#custom-order-params)
- [Cancelling Orders](https://github.com/ccxt/ccxt/wiki/Manual#cancelling-orders)
- [Trades / Transactions / Fills / Executions](https://github.com/ccxt-dev/ccxt/wiki/Manual#trades--transactions--fills--executions)
- [Funding Your Account](https://github.com/ccxt/ccxt/wiki/Manual#funding-your-account)
- [Deposit](https://github.com/ccxt/ccxt/wiki/Manual#deposit)
- [Withdraw](https://github.com/ccxt/ccxt/wiki/Manual#withdraw)
Expand All @@ -74,5 +74,3 @@ Welcome to the ccxt wiki!
## API Reference

- API Reference (under construction right now!)


0 comments on commit cfde079

Please sign in to comment.