示例#1
0
 def reset(self):
     Bids_Impl.reset(self)
示例#2
0
 def bind_impl(self, ctx):
     Bids_Impl.bind_impl(self, ctx)
示例#3
0
 def __init__(self, book = None):
     from marketsim.gen._out.orderbook._oftrader import OfTrader_IAccount as _orderbook_OfTrader_IAccount
     from marketsim import deref_opt
     self.book = book if book is not None else deref_opt(_orderbook_OfTrader_IAccount())
     Bids_Impl.__init__(self)
示例#4
0
 def __init__(self, book=None):
     from marketsim.gen._out.orderbook._oftrader import OfTrader_IAccount as _orderbook_OfTrader_IAccount
     from marketsim import deref_opt
     self.book = book if book is not None else deref_opt(
         _orderbook_OfTrader_IAccount())
     Bids_Impl.__init__(self)
示例#5
0
 def reset(self):
     Bids_Impl.reset(self)
示例#6
0
 def bind_impl(self, ctx):
     Bids_Impl.bind_impl(self, ctx)