(self, item: dict, currency: Currency = None)
| 3477 | raise NotSupported(self.id + ' parseAccount() is not supported yet') |
| 3478 | |
| 3479 | def parse_ledger_entry(self, item: dict, currency: Currency = None): |
| 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') |
no test coverage detected