Class DeleteNotificationDetails
java.lang.Object
com.caplin.motif.fx.ret.orders.notification.DeleteNotificationDetails
Notification details for successful delete action.
-
Constructor Summary
ConstructorDescriptionDeleteNotificationDetails
(String orderId, String client, com.caplin.ret.trapi.fx.order.OrderEvent event) -
Method Summary
-
Constructor Details
-
DeleteNotificationDetails
-
-
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
-
getEvent
public com.caplin.ret.trapi.fx.order.OrderEvent getEvent()The OrderEvent containing delete order event data.- Returns:
- OrderEvent
-
toString
-