def __init__()

in jupyter/orderbook.py [0:0]


    def __init__(self, symbol: str):
        self.asks = SortedDict()
        self.bids = SortedDict()