Class SettlementInstructionsMandatorySubjectParser
- java.lang.Object
-
- com.caplin.motif.fx.trading.settlement.SettlementInstructionsMandatorySubjectParser
-
- All Implemented Interfaces:
SubjectParser<SettlementInstructionsMandatorySubjectInfo>
public class SettlementInstructionsMandatorySubjectParser extends java.lang.Object implements SubjectParser<SettlementInstructionsMandatorySubjectInfo>
-
-
Constructor Summary
Constructors Constructor Description SettlementInstructionsMandatorySubjectParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SettlementInstructionsMandatorySubjectInfo
parse(java.lang.String subject)
Returns the domain object that represents the subject request.
-
-
-
Method Detail
-
parse
public SettlementInstructionsMandatorySubjectInfo parse(java.lang.String subject) throws SubjectParserException
Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<SettlementInstructionsMandatorySubjectInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-
-