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