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