Class RiskManagementMethod

java.lang.Object
com.strategyquant.tradinglib.debug.Debugger
com.strategyquant.tradinglib.propertygrid.ParametersTableItemProperties
com.strategyquant.tradinglib.propertygrid.ParametersTableItem
com.strategyquant.tradinglib.RiskManagementMethod
All Implemented Interfaces:
com.strategyquant.lib.settings.IXMLAble, com.strategyquant.lib.utils.ISQCloneable<RiskManagementMethod>, Serializable

public abstract class RiskManagementMethod extends com.strategyquant.tradinglib.propertygrid.ParametersTableItem implements com.strategyquant.lib.utils.ISQCloneable<RiskManagementMethod>
The Class RiskManagementMethod.
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class com.strategyquant.tradinglib.propertygrid.ParametersTableItem

    _text, editable, name

    Fields inherited from class com.strategyquant.tradinglib.propertygrid.ParametersTableItemProperties

    df, Log, TYPE_BOOLEAN, TYPE_DATE, TYPE_DOUBLE, TYPE_INT, TYPE_INT_LIST, TYPE_STR_LIST, TYPE_STRING, TYPE_TIME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the clone.
    org.jdom2.Element
    Gets the xml.
    void
    setFromXML​(org.jdom2.Element rmElem)
    Sets the from XML.
    void
    setName​(String name)
    Sets the name.
    abstract void
    verifyOrder​(Trader trader, ILiveOrder order)
    Verify order.

    Methods inherited from class com.strategyquant.tradinglib.propertygrid.ParametersTableItem

    equals, getDescription, getEngine, getFormatedName, getName, getNote, isEditable, isUsed, newInstance, printFormatedName, setEditable, setFromParameterEl, setUsed

    Methods inherited from class com.strategyquant.tradinglib.propertygrid.ParametersTableItemProperties

    getParametersList, getParameterValue, getParams, getPGParameterValue, setDefaultValues, setParameterValue, setParams

    Methods inherited from class com.strategyquant.tradinglib.debug.Debugger

    debug, fdebug

    Methods inherited from class java.lang.Object

    getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RiskManagementMethod

      public RiskManagementMethod()
  • Method Details

    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getXML

      public org.jdom2.Element getXML()
      Gets the xml.
      Specified by:
      getXML in interface com.strategyquant.lib.settings.IXMLAble
      Overrides:
      getXML in class com.strategyquant.tradinglib.propertygrid.ParametersTableItem
      Returns:
      the xml
    • setFromXML

      public void setFromXML(org.jdom2.Element rmElem) throws Exception
      Sets the from XML.
      Specified by:
      setFromXML in interface com.strategyquant.lib.settings.IXMLAble
      Overrides:
      setFromXML in class com.strategyquant.tradinglib.propertygrid.ParametersTableItem
      Parameters:
      rmElem - the new from XML
      Throws:
      Exception - the exception
    • verifyOrder

      public abstract void verifyOrder(Trader trader, ILiveOrder order)
      Verify order.
      Parameters:
      trader - the trader
      order - the order
    • getClone

      public RiskManagementMethod getClone() throws Exception
      Gets the clone.
      Specified by:
      getClone in interface com.strategyquant.lib.utils.ISQCloneable<RiskManagementMethod>
      Overrides:
      getClone in class com.strategyquant.tradinglib.propertygrid.ParametersTableItem
      Returns:
      the clone
      Throws:
      Exception - the exception