(self)
| 2741 | return self.parse_positions(positions, symbols) |
| 2742 | |
| 2743 | def nonce(self): |
| 2744 | return self.milliseconds() |
| 2745 | |
| 2746 | def sign(self, path, section='public', method='GET', params={}, headers: dict = None, body: Any = None): |
| 2747 | version = section[0] |
no test coverage detected