Class FXFeatures
- java.lang.Object
-
- com.caplin.motif.fx.config.definitions.client.FXFeatures
-
@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2023-02-22T13:32:43.745739Z[GMT]") public class FXFeatures extends java.lang.Object
Foreign exchange features that are available to the user
-
-
Constructor Summary
Constructors Constructor Description FXFeatures()
-
Method Summary
-
-
-
Method Detail
-
postAllocation
public FXFeatures postAllocation(FXFeaturesPostAllocation postAllocation)
-
getPostAllocation
@Valid public @Valid FXFeaturesPostAllocation getPostAllocation()
Get postAllocation- Returns:
- postAllocation
-
setPostAllocation
public void setPostAllocation(FXFeaturesPostAllocation postAllocation)
-
historicSearch
public FXFeatures historicSearch(HistoricSearch historicSearch)
-
getHistoricSearch
@Valid public @Valid HistoricSearch getHistoricSearch()
Get historicSearch- Returns:
- historicSearch
-
setHistoricSearch
public void setHistoricSearch(HistoricSearch historicSearch)
-
settlementInstructions
public FXFeatures settlementInstructions(FXFeaturesSettlementInstructions settlementInstructions)
-
getSettlementInstructions
@Valid public @Valid FXFeaturesSettlementInstructions getSettlementInstructions()
Get settlementInstructions- Returns:
- settlementInstructions
-
setSettlementInstructions
public void setSettlementInstructions(FXFeaturesSettlementInstructions settlementInstructions)
-
esp
public FXFeatures esp(FXEsp esp)
-
getEsp
@Valid public @Valid FXEsp getEsp()
Get esp- Returns:
- esp
-
setEsp
public void setEsp(FXEsp esp)
-
rfs
public FXFeatures rfs(FXRfs rfs)
-
getRfs
@Valid public @Valid FXRfs getRfs()
Get rfs- Returns:
- rfs
-
setRfs
public void setRfs(FXRfs rfs)
-
orderStrategies
public FXFeatures orderStrategies(FXStrategy orderStrategies)
-
getOrderStrategies
@Valid public @Valid FXStrategy getOrderStrategies()
Get orderStrategies- Returns:
- orderStrategies
-
setOrderStrategies
public void setOrderStrategies(FXStrategy orderStrategies)
-
coverTrade
public FXFeatures coverTrade(FXFeaturesCoverTrade coverTrade)
-
getCoverTrade
@Valid public @Valid FXFeaturesCoverTrade getCoverTrade()
Get coverTrade- Returns:
- coverTrade
-
setCoverTrade
public void setCoverTrade(FXFeaturesCoverTrade coverTrade)
-
charts
public FXFeatures charts(FXFeaturesCharts charts)
-
getCharts
@Valid public @Valid FXFeaturesCharts getCharts()
Get charts- Returns:
- charts
-
setCharts
public void setCharts(FXFeaturesCharts charts)
-
watchLists
public FXFeatures watchLists(FXFeaturesWatchLists watchLists)
-
getWatchLists
@Valid public @Valid FXFeaturesWatchLists getWatchLists()
Get watchLists- Returns:
- watchLists
-
setWatchLists
public void setWatchLists(FXFeaturesWatchLists watchLists)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-