Class FailNotificationDetails

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

public class FailNotificationDetails extends Object
Notification details for any failed action.
  • Constructor Details

    • FailNotificationDetails

      public FailNotificationDetails(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, String reason)
  • 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
    • getFxOrder

      public com.caplin.ret.trapi.fx.FXOrder getFxOrder()
      The ret trapi order.
      Returns:
      - FXOrder
    • getType

      public NotificationType getType()
      NotificationType
      Returns:
      NotificationType
    • getReason

      public String getReason()
      The error reason.
      Returns:
      reason
    • toString

      public String toString()
      Overrides:
      toString in class Object