You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f'Pair: {symbol} Best Bid Price: {bid:.2f} Best Bid Size: {bid_size:.6f} Best Bid Exchange: {bid_feed}\nBest Ask Price: {ask:.2f} Best Ask Size: {ask_size:.6f} Best Ask Feed: {ask_feed}\n')
def main():
f = FeedHandler(config={'log': {'filename': 'demo.log', 'level': 'DEBUG', 'disabled': False}})