Class ExecutionStyle
java.lang.Object
com.caplin.motif.fx.ret.common.utility.field.ExecutionStyle
Defines values that are valid for the ExecutionStyle field.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExecutionStyle
static final ExecutionStyle
static final ExecutionStyle
static final ExecutionStyle
static final ExecutionStyle
static final ExecutionStyle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ExecutionStyle
getExecutionStyle
(ExecutionType executionType, org.slf4j.Logger logger) static ExecutionStyle
getExecutionStyle
(com.caplin.ret.trapi.fx.order.ExecutionStyle executionStyle) static ExecutionStyle
getExecutionStyle
(String name) static ExecutionType
getExecutionType
(com.caplin.ret.trapi.fx.order.ExecutionStyle executionStyle) getName()
int
hashCode()
toString()
-
Field Details
-
CALL
-
STOP_LOSS
-
TAKE_PROFIT
-
BLOCK
-
RFS
-
ESP
-
-
Constructor Details
-
ExecutionStyle
-
ExecutionStyle
-
-
Method Details
-
getExecutionStyle
-
getExecutionStyle
public static ExecutionStyle getExecutionStyle(com.caplin.ret.trapi.fx.order.ExecutionStyle executionStyle) -
getExecutionType
public static ExecutionType getExecutionType(com.caplin.ret.trapi.fx.order.ExecutionStyle executionStyle) -
getExecutionStyle
public static ExecutionStyle getExecutionStyle(ExecutionType executionType, org.slf4j.Logger logger) -
getName
-
getPrettyName
-
toString
-
hashCode
public int hashCode() -
equals
-