Documentation missing for a number of methods
See original GitHub issueThese are all the methods inside base.exchange.has
that aren’t mentioned in our documentation. We should either add documentation for them, or removed them from has if they are not a unified method. Please mark the box as complete after doing so.
- addMargin
- cancelOrders
- createLimitOrder
- deposit
- editOrder
- fetchAccounts
- fetchBorrowRate
- fetchBorrowRateHistory
- fetchBorrowRatesPerSymbol
- fetchBorrowRates
- fetchCanceledOrders
- fetchClosedOrder
- fetchDeposit
- fetchDepositAddressesByNetwork
- fetchDeposits
- fetchFundingFee
- fetchFundingHistory
- fetchLedgerEntry
- fetchOpenOrder
- fetchOrderBooks
- fetchPosition
- fetchPositionsRisk
- fetchTradingFee
- fetchTradingLimits
- fetchTransfers
- fetchWithdrawal
- reduceMargin
- setLeverage
- setMarginMode
- setPositionMode
- signIn
- withdraw
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:5 (5 by maintainers)
Top Results From Across the Web
autosummary generated documentation missing all dunder ...
The documentation is created as expected, except that the generated rst files are missing all dunder methods except for __init__ .
Read more >Chapter 8 Object documentation | R Packages
This book will teach you how to create a package, the fundamental unit of shareable, reusable, and reproducible R code.
Read more >missing-return-doc / W9011 - Pylint 2.16.0-dev documentation
This message is raised only when parameter accept-no-return-doc is set to no . This message is emitted by the optional 'parameter_documentation' checker which ......
Read more >How to Write Doc Comments for the Javadoc Tool - Oracle
This document describes the style guide, tag and image conventions we use in documentation comments for Java programs written at Java Software, ...
Read more >3. Data model — Python 3.11.1 documentation
Class instances can pretend to be numbers, sequences, or mappings if they have methods with certain special names. See section Special method names....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
All done on this PR https://github.com/ccxt/ccxt/pull/12261
I almost have it done on that PR