def __str__(self):
        return '%s(instrument=%r, time=%r, ask=%r, bid=%r)' % \
               (self.__class__.__name__, self.instrument,
                self.time, self.ask, self.bid)