Package com.caplin.motif.fx.trading.orders.edit.event


package com.caplin.motif.fx.trading.orders.edit.event
Classes that represent the events that can happen during an attempt to edit an existing order or order strategy.
  • Class
    Description
    An event to notify the client that the request to finish editing of the strategy has been acknowledged by the backend.
    An ClientCloseEvent, received when the client has submitted an a request to finish editing of an order
    An event to notify the client that the request to edit an existing order has been successfully accepted by the backend.
    An event to notify the client that the request to edit the strategy has been acknowledged by the backend.
    An EditOpenEvent, received when the client has submitted an a request for an Edit order
    The enum used to describe the type of failure that has occurred when the client has made a save request that has failed.
    An event to notify the client that the request to refresh an existing order has been accepted successfully by the backend.
    An event to notify the client that the request to save the modifications on an existing strategy has been completed successfully by the backend.
    An event to notify the client that the edit order request has been saved, and that the session is closed.
    An event to notify the backend that a save has been requested by the client.
     
    An event to notify the client that the request to modify an existing order has been rejected on validation by the backend.