Package com.strategyquant.tradinglib
Class ResultTypes
java.lang.Object
com.strategyquant.tradinglib.ResultTypes
The Class ResultTypes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.strategyquant.tradinglib.crosscheck.ICrossCheckfindCrossCheckByType(String type)Find cross check by type.static booleanisCrossCheck(String type)Checks if is cross check.static booleanChecks if is valid.static StringtypeToString(String type)Type to string.
-
Field Details
-
Main
The Constant Main.- See Also:
- Constant Field Values
-
Portfolio
The Constant Portfolio.- See Also:
- Constant Field Values
-
allCrossChecks
The all cross checks. -
crossCheckHashes
public static int[] crossCheckHashesThe cross check hashes.
-
-
Constructor Details
-
ResultTypes
public ResultTypes()
-
-
Method Details
-
typeToString
Type to string.- Parameters:
type- the type- Returns:
- the string
-
isCrossCheck
Checks if is cross check.- Parameters:
type- the type- Returns:
- true, if is cross check
-
findCrossCheckByType
public static com.strategyquant.tradinglib.crosscheck.ICrossCheck findCrossCheckByType(String type)Find cross check by type.- Parameters:
type- the type- Returns:
- the i cross check
-
isValid
Checks if is valid.- Parameters:
type- the type- Returns:
- true, if is valid
-