Class FxMotifStatusGenerator

  • All Implemented Interfaces:
    OrderStatusGenerator

    public class FxMotifStatusGenerator
    extends java.lang.Object
    implements OrderStatusGenerator
    An OrderStatusGenerator that supplies default statuses for the FxMotif.
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FxMotifStatusGenerator

        public FxMotifStatusGenerator()
    • Method Detail

      • getStatus

        public java.lang.String getStatus​(com.caplin.ret.trapi.fx.FXOrder order)
        Description copied from interface: OrderStatusGenerator
        Maps the status of FXOrder to the status displayed that will be displayed in the blotter.
        Specified by:
        getStatus in interface OrderStatusGenerator
        Returns:
        The status to be displayed in the blotter for the given order.