Class DeleteNotificationDetails

java.lang.Object
com.caplin.motif.fx.ret.orders.notification.DeleteNotificationDetails

public class DeleteNotificationDetails extends Object
Notification details for successful delete action.
  • Constructor Details

    • DeleteNotificationDetails

      public DeleteNotificationDetails(String orderId, String client, com.caplin.ret.trapi.fx.order.OrderEvent event)
  • Method Details

    • getOrderId

      public String getOrderId()
      Return the orderId
      Returns:
      orderId
    • getClient

      public String getClient()
      The ret client for this order.
      Returns:
      client
    • getReceivedDateTime

      public String getReceivedDateTime()
      The date time when the notification was created.
      Returns:
      receivedDateTime
    • getEvent

      public com.caplin.ret.trapi.fx.order.OrderEvent getEvent()
      The OrderEvent containing delete order event data.
      Returns:
      OrderEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object