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