Class FillNotificationDetails

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

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

    • FillNotificationDetails

      public FillNotificationDetails(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, com.caplin.ret.trapi.fx.order.OrderFillEvent 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
    • getFxOrder

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

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

      public String toString()
      Overrides:
      toString in class Object