def __init__(self, source = None, graph = None, _digitsToShow = None, _smooth = None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     self.source = source if source is not None else deref_opt(_const_Float(0.0))
     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
     ToRecord_Impl.__init__(self)
 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 __init__(self, source = None, graph = None, _digitsToShow = None, _smooth = None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     from marketsim import rtti
     self.source = source if source is not None else _const_Float(0.0)
     self.graph = graph if graph is not None else _veusz_Graph_String()
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     rtti.check_fields(self)
     _ToRecord_Impl.__init__(self)
Example #4
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 rtti
     self.source = source
     self.graph = graph if graph is not None else _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
     rtti.check_fields(self)
     _VolumeLevels_Impl.__init__(self)
Example #5
0
 def __init__(self,
              source=None,
              graph=None,
              _digitsToShow=None,
              _smooth=None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     from marketsim import rtti
     self.source = source if source is not None else _const_Float(0.0)
     self.graph = graph if graph is not None else _veusz_Graph_String()
     self._digitsToShow = _digitsToShow if _digitsToShow is not None else 4
     self._smooth = _smooth if _smooth is not None else 1
     rtti.check_fields(self)
     _ToRecord_Impl.__init__(self)
Example #6
0
 def __init__(self,
              source=None,
              graph=None,
              _digitsToShow=None,
              _smooth=None):
     from marketsim.gen._out._const import const_Float as _const_Float
     from marketsim import deref_opt
     from marketsim.gen._out.veusz._graph import Graph_String as _veusz_Graph_String
     self.source = source if source is not None else deref_opt(
         _const_Float(0.0))
     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
     ToRecord_Impl.__init__(self)