Class PerStrategyOrderEditor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialise​(OrderEditor.Context context)
      Initialises the OrderEditor.
      boolean updateOrder​(com.caplin.ret.trapi.fx.FXOrder trapiFXOrder, com.caplin.motif.fx.trading.orders.details.Strategy strategy, com.caplin.motif.fx.trading.orders.details.Order order, com.caplin.motif.fx.trading.orders.edit.EditStrategyRequest editStrategyRequest)
      Updates a given FXOrder with changes from strategy and order.
      • Methods inherited from class java.lang.Object

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

      • PerStrategyOrderEditor

        public PerStrategyOrderEditor()
    • Method Detail

      • updateOrder

        public boolean updateOrder​(com.caplin.ret.trapi.fx.FXOrder trapiFXOrder,
                                   com.caplin.motif.fx.trading.orders.details.Strategy strategy,
                                   com.caplin.motif.fx.trading.orders.details.Order order,
                                   com.caplin.motif.fx.trading.orders.edit.EditStrategyRequest editStrategyRequest)
                            throws java.lang.Exception
        Description copied from interface: OrderEditor
        Updates a given FXOrder with changes from strategy and order.
        Specified by:
        updateOrder in interface OrderEditor
        Parameters:
        trapiFXOrder - FXOrder that needs updating data.
        strategy - Strategy with changed data
        order - Order with changed data
        editStrategyRequest - represents a front end request to edit a previously submitted single order or multi-order strategy.
        Returns:
        true if the order was updated, false if not.
        Throws:
        java.lang.Exception