Interface OrderStatusGenerator
-
- All Known Implementing Classes:
FxMotifStatusGenerator
public interface OrderStatusGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAllowedActionsFailStatus(AllowedAction allowedAction)
java.lang.String
getStatus(com.caplin.ret.trapi.fx.FXOrder order)
Maps the status of FXOrder to the status displayed that will be displayed in the blotter.
-
-
-
Method Detail
-
getStatus
java.lang.String getStatus(com.caplin.ret.trapi.fx.FXOrder order)
Maps the status of FXOrder to the status displayed that will be displayed in the blotter.- Returns:
- The status to be displayed in the blotter for the given order.
-
getAllowedActionsFailStatus
java.lang.String getAllowedActionsFailStatus(AllowedAction allowedAction)
-
-