Class FillNotificationDetails
java.lang.Object
com.caplin.motif.fx.ret.orders.notification.FillNotificationDetails
Notification details for successful fill action.
-
Constructor Summary
ConstructorDescriptionFillNotificationDetails
(String orderId, String client, com.caplin.ret.trapi.fx.FXOrder fxOrder, com.caplin.ret.trapi.fx.order.OrderFillEvent event) -
Method Summary
Modifier and TypeMethodDescriptionThe 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
The ret trapi order.Return the orderIdThe date time when the notification was created.toString()
-
Constructor Details
-
FillNotificationDetails
-
-
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
-
getEvent
public com.caplin.ret.trapi.fx.order.OrderFillEvent getEvent()The OrderFillEvent containing fill event data.- Returns:
- OrderFillEvent
-
toString
-