Class Features
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.Features
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2022-05-06T11:32:59.770935+01:00[Europe/London]") public class Features extends Object
This class defines configuration for several features as well as global configurations for trading protocols, orders and historic search etc. This class should not be set to null but as a minimum just instantiated without any configurations set.
-
-
Constructor Summary
Constructors Constructor Description Features()
-
Method Summary
-
-
-
Method Detail
-
postAllocation
public Features postAllocation(PostAllocation postAllocation)
-
getPostAllocation
@NotNull @Valid public @NotNull @Valid PostAllocation getPostAllocation()
Get postAllocation- Returns:
- postAllocation
-
setPostAllocation
public void setPostAllocation(PostAllocation postAllocation)
-
intervention
public Features intervention(Intervention intervention)
-
getIntervention
@NotNull @Valid public @NotNull @Valid Intervention getIntervention()
Get intervention- Returns:
- intervention
-
setIntervention
public void setIntervention(Intervention intervention)
-
historicSearch
public Features historicSearch(HistoricSearch historicSearch)
-
getHistoricSearch
@NotNull @Valid public @NotNull @Valid HistoricSearch getHistoricSearch()
Get historicSearch- Returns:
- historicSearch
-
setHistoricSearch
public void setHistoricSearch(HistoricSearch historicSearch)
-
moneyMarkets
public Features moneyMarkets(MoneyMarkets moneyMarkets)
-
getMoneyMarkets
@NotNull @Valid public @NotNull @Valid MoneyMarkets getMoneyMarkets()
Get moneyMarkets- Returns:
- moneyMarkets
-
setMoneyMarkets
public void setMoneyMarkets(MoneyMarkets moneyMarkets)
-
settlementInstructions
public Features settlementInstructions(SettlementInstructions settlementInstructions)
-
getSettlementInstructions
@NotNull @Valid public @NotNull @Valid SettlementInstructions getSettlementInstructions()
Get settlementInstructions- Returns:
- settlementInstructions
-
setSettlementInstructions
public void setSettlementInstructions(SettlementInstructions settlementInstructions)
-
tradeActions
public Features tradeActions(TradeActions tradeActions)
-
getTradeActions
@NotNull @Valid public @NotNull @Valid TradeActions getTradeActions()
Get tradeActions- Returns:
- tradeActions
-
setTradeActions
public void setTradeActions(TradeActions tradeActions)
-
getOrders
@NotNull @Valid public @NotNull @Valid Orders getOrders()
Get orders- Returns:
- orders
-
setOrders
public void setOrders(Orders orders)
-
getEsp
@NotNull @Valid public @NotNull @Valid ESP getEsp()
Get esp- Returns:
- esp
-
setEsp
public void setEsp(ESP esp)
-
getRfs
@NotNull @Valid public @NotNull @Valid RFS getRfs()
Get rfs- Returns:
- rfs
-
setRfs
public void setRfs(RFS rfs)
-
getBlotters
@NotNull @Valid public @NotNull @Valid Blotters getBlotters()
Get blotters- Returns:
- blotters
-
setBlotters
public void setBlotters(Blotters blotters)
-
coverTrade
public Features coverTrade(CoverTrade coverTrade)
-
getCoverTrade
@NotNull @Valid public @NotNull @Valid CoverTrade getCoverTrade()
Get coverTrade- Returns:
- coverTrade
-
setCoverTrade
public void setCoverTrade(CoverTrade coverTrade)
-
-