def __init__(self, source , graph = None, _digitsToShow = None, _smooth = None, _volumes = None, _isBuy = None):
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     from marketsim import deref_opt
     self.source = source
     self.graph = graph if graph is not None else deref_opt(_veusz_Graph_String())
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     self._volumes = _volumes if _volumes is not None else [30.0]
     self._isBuy = _isBuy if _isBuy is not None else 1
     VolumeLevels_Impl.__init__(self)
Example #2
0
 def __init__(self,
              source,
              graph=None,
              _digitsToShow=None,
              _smooth=None,
              _volumes=None,
              _isBuy=None):
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     from marketsim import deref_opt
     self.source = source
     self.graph = graph if graph is not None else deref_opt(
         _veusz_Graph_String())
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     self._volumes = _volumes if _volumes is not None else [30.0]
     self._isBuy = _isBuy if _isBuy is not None else 1
     VolumeLevels_Impl.__init__(self)
Example #3
0
 def reset(self):
     VolumeLevels_Impl.reset(self)
Example #4
0
 def bind_impl(self, ctx):
     VolumeLevels_Impl.bind_impl(self, ctx)
 def reset(self):
     VolumeLevels_Impl.reset(self)
 def bind_impl(self, ctx):
     VolumeLevels_Impl.bind_impl(self, ctx)