示例#1
0
 def __init__(self, orderbook = None, link = None, timeseries = None):
     from marketsim.gen._out.orderbook._local import Local_StringFloatIntListITimeSerie as _orderbook_Local_StringFloatIntListITimeSerie
     from marketsim import deref_opt
     from marketsim.gen._out.orderbook._twowaylink import TwoWayLink_ILinkILink as _orderbook_TwoWayLink_ILinkILink
     self.orderbook = orderbook if orderbook is not None else deref_opt(_orderbook_Local_StringFloatIntListITimeSerie())
     self.link = link if link is not None else deref_opt(_orderbook_TwoWayLink_ILinkILink())
     self.timeseries = timeseries if timeseries is not None else []
     Remote_Impl.__init__(self)
示例#2
0
 def __init__(self, orderbook=None, link=None, timeseries=None):
     from marketsim.gen._out.orderbook._local import Local_StringFloatIntListITimeSerie as _orderbook_Local_StringFloatIntListITimeSerie
     from marketsim import deref_opt
     from marketsim.gen._out.orderbook._twowaylink import TwoWayLink_ILinkILink as _orderbook_TwoWayLink_ILinkILink
     self.orderbook = orderbook if orderbook is not None else deref_opt(
         _orderbook_Local_StringFloatIntListITimeSerie())
     self.link = link if link is not None else deref_opt(
         _orderbook_TwoWayLink_ILinkILink())
     self.timeseries = timeseries if timeseries is not None else []
     Remote_Impl.__init__(self)
示例#3
0
 def reset(self):
     Remote_Impl.reset(self)
示例#4
0
 def bind_impl(self, ctx):
     Remote_Impl.bind_impl(self, ctx)
示例#5
0
 def reset(self):
     Remote_Impl.reset(self)
示例#6
0
 def bind_impl(self, ctx):
     Remote_Impl.bind_impl(self, ctx)