Class FillNotificationDetails


  • public class FillNotificationDetails
    extends java.lang.Object
    Notification details for successful fill action.
    • Constructor Summary

      Constructors 
      Constructor Description
      FillNotificationDetails​(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, com.caplin.ret.trapi.fx.order.OrderFillEvent event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClient()
      The ret client for this order.
      com.caplin.ret.trapi.fx.order.OrderFillEvent getEvent()
      The OrderFillEvent containing fill event data.
      com.caplin.ret.trapi.fx.FXOrder getFxOrder()
      The ret trapi order.
      java.lang.String getOrderId()
      Return the orderId
      java.lang.String getReceivedDateTime()
      The date time when the notification was created.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FillNotificationDetails

        public FillNotificationDetails​(java.lang.String orderId,
                                       java.lang.String client,
                                       com.caplin.ret.trapi.fx.FXOrder fxOrder,
                                       com.caplin.ret.trapi.fx.order.OrderFillEvent event)
    • Method Detail

      • getOrderId

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

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

        public java.lang.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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object