Class ActionNotificationDetails
- java.lang.Object
-
- com.caplin.motif.fx.ret.orders.notification.ActionNotificationDetails
-
public class ActionNotificationDetails extends java.lang.Object
Notification details for successful action.
-
-
Constructor Summary
Constructors Constructor Description ActionNotificationDetails(java.lang.String orderId, java.lang.String client, com.caplin.ret.trapi.fx.FXOrder fxOrder)
-
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.FXOrder
getFxOrder()
The ret trapi order.java.lang.String
getOrderId()
Return the orderIdjava.lang.String
getReceivedDateTime()
The date time when the notification was created.java.lang.String
toString()
-
-
-
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. 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 java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-