Hello All - There is a minor bug when attempting to print the returned values from reqRealTimeBars.? The request was failing and I was getting this error: 'RealTimeBar' has no attribute 'open'.? This occurred because the __str__ method in the RealTimeBar class in common.py was trying to return self.open instead of self.open_.? Screenshot below.? I'm using TWS Gateway 10.14.1.
