Example #1
0
 def __init__(self, latency=None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     self.latency = latency if latency is not None else deref_opt(
         _const_Float(0.001))
     Link_Impl.__init__(self)
Example #2
0
 def reset(self):
     Link_Impl.reset(self)
Example #3
0
 def bind_impl(self, ctx):
     Link_Impl.bind_impl(self, ctx)
Example #4
0
 def bind_impl(self, ctx):
     Link_Impl.bind_impl(self, ctx)
Example #5
0
 def __init__(self, latency = None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     self.latency = latency if latency is not None else deref_opt(_const_Float(0.001))
     Link_Impl.__init__(self)
Example #6
0
 def reset(self):
     Link_Impl.reset(self)