Exemplo n.º 1
0
 def reset(self):
     TwoWayLink_Impl.reset(self)
Exemplo n.º 2
0
 def __init__(self, up = None, down = None):
     from marketsim.gen._out.orderbook._link import Link_IObservableFloat as _orderbook_Link_IObservableFloat
     from marketsim import deref_opt
     self.up = up if up is not None else deref_opt(_orderbook_Link_IObservableFloat())
     self.down = down if down is not None else deref_opt(_orderbook_Link_IObservableFloat())
     TwoWayLink_Impl.__init__(self)
Exemplo n.º 3
0
 def bind_impl(self, ctx):
     TwoWayLink_Impl.bind_impl(self, ctx)