Class SettlementInstructionsMandatorySubjectInfo
- java.lang.Object
-
- com.caplin.motif.fx.trading.settlement.SettlementInstructionsMandatorySubjectInfo
-
- All Implemented Interfaces:
SubjectInfo
- Direct Known Subclasses:
SalesSettlementInstructionsMandatorySubjectInfo
public class SettlementInstructionsMandatorySubjectInfo extends Object implements SubjectInfo
-
-
Constructor Summary
Constructors Constructor Description SettlementInstructionsMandatorySubjectInfo(String subject, String user, String currencyPair, String date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCurrencyPair()
String
getDate()
String
getSubject()
Returns the original subject that was parsed to create this SubjectInfoString
getUser()
-
-
-
Method Detail
-
getSubject
public String getSubject()
Description copied from interface:SubjectInfo
Returns the original subject that was parsed to create this SubjectInfo- Specified by:
getSubject
in interfaceSubjectInfo
- Returns:
- The original subject.
-
getUser
public String getUser()
-
getCurrencyPair
public String getCurrencyPair()
-
getDate
public String getDate()
-
-