Package com.caplin.motif.fx.rates.swap
Class SwapPointQuoteSubjectParser
java.lang.Object
com.caplin.motif.fx.rates.swap.SwapPointQuoteSubjectParser
- All Implemented Interfaces:
SubjectParser<SwapPointQuoteSubjectInfo>
public class SwapPointQuoteSubjectParser
extends Object
implements SubjectParser<SwapPointQuoteSubjectInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the domain object that represents the subject request.
-
Constructor Details
-
SwapPointQuoteSubjectParser
-
-
Method Details
-
parse
Description copied from interface:SubjectParserReturns the domain object that represents the subject request.- Specified by:
parsein interfaceSubjectParser<SwapPointQuoteSubjectInfo>- Parameters:
subject- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException- If the subject is not in the correct format
-