Class FailNotificationDetails
java.lang.Object
com.caplin.motif.fx.ret.orders.notification.FailNotificationDetails
Notification details for any failed action.
-
Constructor Summary
ConstructorDescriptionFailNotificationDetails
(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, String reason) -
Method Summary
-
Constructor Details
-
FailNotificationDetails
public FailNotificationDetails(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, NotificationType type, String reason)
-
-
Method Details
-
getOrderId
Return the orderId- Returns:
- orderId
-
getClient
The ret client for this order.- Returns:
- client
-
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
NotificationType- Returns:
- NotificationType
-
getReason
The error reason.- Returns:
- reason
-
toString
-