Uses of Class
com.caplin.motif.config.definitions.common.PostTradeHistory
Packages that use PostTradeHistory
Package
Description
Parent package with classes that relate to FX trading in general but no specific trading protocol.
-
Uses of PostTradeHistory in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return PostTradeHistoryModifier and TypeMethodDescriptionPostTradeHistory.addTabsItem(PostTradeHistoryTab tabsItem) PostTradeHistory.tabs(List<PostTradeHistoryTab> tabs) -
Uses of PostTradeHistory in com.caplin.motif.fx.trading
Method parameters in com.caplin.motif.fx.trading with type arguments of type PostTradeHistoryModifier and TypeMethodDescriptionvoidFXTradeAdapter.registerPostTradeHistoryProvider(CachedObjectProvider<PostTradeHistory, TradeSubjectInfo> provider) Registers a provider that is capable of responding to post trade history requests.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 PostTradeHistoryModifier and TypeMethodDescription<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.