MCPcopy Create free account
hub / github.com/sammchardy/python-binance / BinanceOrderInactiveSymbolException

Class BinanceOrderInactiveSymbolException

binance/exceptions.py:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class BinanceOrderInactiveSymbolException(BinanceOrderException):
67 def __init__(self, value):
68 message = "Attempting to trade an inactive symbol %s" % value
69 super().__init__(-1013, message)
70
71
72class BinanceWebsocketUnableToConnect(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…