def reset(self): Bids_Impl.reset(self)
def bind_impl(self, ctx): Bids_Impl.bind_impl(self, ctx)
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)
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)