Uses of Class
com.caplin.motif.config.definitions.common.PostTradeHistory
-
Packages that use PostTradeHistory Package Description com.caplin.motif.config.definitions.common com.caplin.motif.fx.trading Parent package with classes that relate to FX trading in general but no specific trading protocol.com.caplin.motif.mm.trading -
-
Uses of PostTradeHistory in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return PostTradeHistory Modifier and Type Method Description PostTradeHistory
PostTradeHistory. displayFields(DisplayFields displayFields)
PostTradeHistory
PostTradeHistory. table(Table table)
-
Uses of PostTradeHistory in com.caplin.motif.fx.trading
Method parameters in com.caplin.motif.fx.trading with type arguments of type PostTradeHistory Modifier and Type Method Description <T extends TradeSubjectInfo>
voidFXTradeAdapter. registerPostTradeHistoryProvider(CachedObjectProvider<PostTradeHistory,TradeSubjectInfo> provider)
Registers a provider that is capable of responding to post trade history requests.<T extends TradeSubjectInfo>
voidFXTradeAdapter. registerSalesPostTradeHistoryProvider(CachedObjectProvider<PostTradeHistory,TradeSubjectInfo> provider)
Registers a provider that is capable of responding to sales post trade history requests. -
Uses of PostTradeHistory in com.caplin.motif.mm.trading
Method parameters in com.caplin.motif.mm.trading with type arguments of type PostTradeHistory Modifier and Type Method Description <T extends TradeSubjectInfo>
voidMMTradeAdapter. registerMMPostTradeHistoryProvider(CachedObjectProvider<PostTradeHistory,TradeSubjectInfo> provider)
Registers a provider that is capable of responding to money markets post trade history requests.<T extends TradeSubjectInfo>
voidMMTradeAdapter. registerMMSalesPostTradeHistoryProvider(CachedObjectProvider<PostTradeHistory,TradeSubjectInfo> provider)
Registers a provider that is capable of responding to money markets sales post trade history requests.
-