def reset(self):
     Bids_Impl.reset(self)
 def bind_impl(self, ctx):
     Bids_Impl.bind_impl(self, ctx)
 def __init__(self, tickSize , book ):
     self.tickSize = tickSize
     self.book = book
     Bids_Impl.__init__(self)
Beispiel #4
0
 def __init__(self, tickSize, book):
     self.tickSize = tickSize
     self.book = book
     Bids_Impl.__init__(self)
Beispiel #5
0
 def reset(self):
     Bids_Impl.reset(self)
Beispiel #6
0
 def bind_impl(self, ctx):
     Bids_Impl.bind_impl(self, ctx)