Add a no data available error

symbol_search
Tyler Goodlet 2021-05-27 11:40:51 -04:00
parent 7dfc7f7fa2
commit 3e39e9620c
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ class SymbolNotFound(BrokerError):
"Symbol not found by broker search"
class NoData(BrokerError):
"Symbol data not permitted"
def resproc(
resp: asks.response_objects.Response,
log: logging.Logger,