Exemple #1
0
 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
Exemple #2
0
 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