Uses of Class
com.caplin.motif.datasource.SubjectParserException
-
Packages that use SubjectParserException Package Description com.caplin.motif.common.userdetails com.caplin.motif.datasource Extensions to the DataSource for Java library.com.caplin.motif.fx.config com.caplin.motif.fx.orders Parent package with classes and interfaces that relate to orders in general.com.caplin.motif.fx.rates Classes and interfaces that relate to streaming FX rates.com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol.com.caplin.motif.fx.trading.allocation Classes and interfaces that relate to post-trade allocations.com.caplin.motif.fx.trading.orders.details Classes and interfaces that relate to supplying the details of a previously submitted order strategy.com.caplin.motif.fx.trading.settlement com.caplin.motif.mm.rates Classes and interfaces that relate to streaming MM rates. -
-
Uses of SubjectParserException in com.caplin.motif.common.userdetails
Methods in com.caplin.motif.common.userdetails that throw SubjectParserException Modifier and Type Method Description UserDetailsSubjectInfo
UserDetailsSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.datasource
Methods in com.caplin.motif.datasource that throw SubjectParserException Modifier and Type Method Description T
SubjectParser. parse(java.lang.String subject)
Returns the domain object that represents the subject request. -
Uses of SubjectParserException in com.caplin.motif.fx.config
Methods in com.caplin.motif.fx.config that throw SubjectParserException Modifier and Type Method Description ConfigSubjectInfo
ConfigSubjectParser. parse(java.lang.String subject)
SalesTOBOConfigSubjectInfo
SalesTOBOConfigSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.fx.orders
Methods in com.caplin.motif.fx.orders that throw SubjectParserException Modifier and Type Method Description OrderSubjectInfo
OrderSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.fx.rates
Methods in com.caplin.motif.fx.rates that throw SubjectParserException Modifier and Type Method Description RateSubjectInfo
RateSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.fx.trading
Methods in com.caplin.motif.fx.trading that throw SubjectParserException Modifier and Type Method Description TradeSubjectInfo
TradeSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.fx.trading.allocation
Methods in com.caplin.motif.fx.trading.allocation that throw SubjectParserException Modifier and Type Method Description AllocationViewEvent
AllocationViewSubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.fx.trading.orders.details
Methods in com.caplin.motif.fx.trading.orders.details that throw SubjectParserException Modifier and Type Method Description OrderDetailsInfo
OrderDetailsSubjectParser. parse(java.lang.String subject)
Deprecated. -
Uses of SubjectParserException in com.caplin.motif.fx.trading.settlement
Methods in com.caplin.motif.fx.trading.settlement that throw SubjectParserException Modifier and Type Method Description SalesSettlementInstructionsMandatorySubjectInfo
SalesSettlementInstructionsMandatorySubjectParser. parse(java.lang.String subject)
SettlementInstructionsMandatorySubjectInfo
SettlementInstructionsMandatorySubjectParser. parse(java.lang.String subject)
-
Uses of SubjectParserException in com.caplin.motif.mm.rates
Methods in com.caplin.motif.mm.rates that throw SubjectParserException Modifier and Type Method Description RateSubjectInfo
RateSubjectParser. parse(java.lang.String subject)
-