Interface CommoditiesSettlementInstructionsClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
CommoditiesSettlementInstructionsClientFieldSetChild
,RequestTradeEvent
public interface CommoditiesSettlementInstructionsClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAction()
Affirm, Confirm, Dispute, Cancel, Replace, AutoConfirm, Unconfirm, Net, ApproveInstructions, RejectInstructions or Releasedefault java.lang.String
getSettlementStatus()
The settlement status of a dealdefault java.lang.String
getTradeID()
The unique ID of the trade the client wants to Confirm-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-
-
-
Method Detail
-
getAction
default java.lang.String getAction()
Affirm, Confirm, Dispute, Cancel, Replace, AutoConfirm, Unconfirm, Net, ApproveInstructions, RejectInstructions or Release
-
getTradeID
default java.lang.String getTradeID()
The unique ID of the trade the client wants to Confirm
-
getSettlementStatus
default java.lang.String getSettlementStatus()
The settlement status of a deal
-
-