Class ActionNotificationDetails

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

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

    • ActionNotificationDetails

      public ActionNotificationDetails(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder)
  • 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. Note: This is not the time that the event occurred in RET. The date time can differ across each Adapter instance, even if it's the same event.
      Returns:
      receivedDateTime
    • getFxOrder

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

      public String toString()
      Overrides:
      toString in class Object