MCPcopy Create free account
hub / github.com/ccxt/ccxt / parse_order

Method parse_order

python/ccxt/base/exchange.py:3482–3483  ·  view source on GitHub ↗
(self, order: dict, market: Market = None)

Source from the content-addressed store, hash-verified

3480 raise NotSupported(self.id + ' parseLedgerEntry() is not supported yet')
3481
3482 def parse_order(self, order: dict, market: Market = None):
3483 raise NotSupported(self.id + ' parseOrder() is not supported yet')
3484
3485 def fetch_cross_borrow_rates(self, params={}):
3486 raise NotSupported(self.id + ' fetchCrossBorrowRates() is not supported yet')

Callers 1

parse_ordersMethod · 0.95

Calls 1

NotSupportedClass · 0.90

Tested by

no test coverage detected