Uses of Class
com.strategyquant.tradinglib.CommissionsMethod
Packages that use CommissionsMethod
Package
Description
Trading related classes, constants and methods.
-
Uses of CommissionsMethod in com.strategyquant.tradinglib
Methods in com.strategyquant.tradinglib that return CommissionsMethodModifier and TypeMethodDescriptionCommissionsMethod.getClone()
Gets the clone.ChartSetup.getCommissionsMethod()
Gets the commissions method.Methods in com.strategyquant.tradinglib with parameters of type CommissionsMethodModifier and TypeMethodDescriptionvoid
ChartSetup.setCommissionsMethod(CommissionsMethod commissionsMethod)
Sets the commissions method. -
Uses of CommissionsMethod in com.strategyquant.tradinglib.project
Methods in com.strategyquant.tradinglib.project that return CommissionsMethodModifier and TypeMethodDescriptionstatic CommissionsMethod
ProjectConfigHelper.getCommissionsMethod(org.jdom2.Element elSetup)
Gets commissions method.Methods in com.strategyquant.tradinglib.project that return types with arguments of type CommissionsMethodModifier and TypeMethodDescriptionstatic ArrayList<CommissionsMethod>
ProjectConfigHelper.getChartSetupCommissions(org.jdom2.Element elData)
Gets chart setup commissions.