def __init__(self, name="default_itch", session=0, seqnum=0): """ Session is the session for the current stream Seqnum is the starting sequence number """ Feed.__init__(self, name, None) self._session = session; self._seqnum = seqnum
def __init__(self, name="default_itch", session=0, seqnum=0): """ Session is the session for the current stream Seqnum is the starting sequence number """ Feed.__init__(self, name, None) self._session = session self._seqnum = seqnum
def getmsg(self): return Feed.getmsg(self)