Class OrderDetailsSubjectParser
java.lang.Object
com.caplin.motif.fx.trading.orders.details.OrderDetailsSubjectParser
- All Implemented Interfaces:
SubjectParser<OrderDetailsInfo>
- Direct Known Subclasses:
SalesOrderDetailsSubjectParser
@Deprecated
public class OrderDetailsSubjectParser
extends Object
implements SubjectParser<OrderDetailsInfo>
Deprecated.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionDeprecated.protected
OrderDetailsSubjectParser
(String regex) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the domain object that represents the subject request.
-
Field Details
-
regex
Deprecated.
-
-
Constructor Details
-
OrderDetailsSubjectParser
public OrderDetailsSubjectParser()Deprecated. -
OrderDetailsSubjectParser
Deprecated.
-
-
Method Details
-
parse
Deprecated.Description copied from interface:SubjectParser
Returns the domain object that represents the subject request.- Specified by:
parse
in interfaceSubjectParser<OrderDetailsInfo>
- Parameters:
subject
- The subject to parse.- Returns:
- The domain object.
- Throws:
SubjectParserException
- If the subject is not in the correct format
-