Interface SettlementActionClientFieldSet
-
- All Superinterfaces:
LeggedMessage
,Message
- All Known Implementing Classes:
RequestTradeEvent
,SettlementActionClientFieldSetChild
public interface SettlementActionClientFieldSet extends LeggedMessage
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.String
getAction()
The settlement action being performed (Confirm or GiveNotice).default java.lang.String
getTradeID()
The unique ID of the trade the client wants to perform the settlement action on.-
Methods inherited from interface com.caplin.motif.datasource.LeggedMessage
getId, getIndex
-
-