Class FX


  • @Generated(value="org.openapitools.codegen.languages.SpringCodegen",
               date="2022-09-09T12:46:21.588889Z[GMT]")
    public class FX
    extends Object
    FX functionality configuration
    • Constructor Detail

      • FX

        public FX()
    • Method Detail

      • getFeatures

        @NotNull
        @Valid
        public @NotNull @Valid FXFeatures getFeatures()
        Get features
        Returns:
        features
      • setFeatures

        public void setFeatures​(FXFeatures features)
      • currencyPairs

        public FX currencyPairs​(List<String> currencyPairs)
      • addCurrencyPairsItem

        public FX addCurrencyPairsItem​(String currencyPairsItem)
      • getCurrencyPairs

        @NotNull
        public @NotNull List<String> getCurrencyPairs()
        By default a currency pair is assumed to six characters, with the first three characters for the base currency, and the last three for the term currency, e.g. EURUSD. To specify currency pairs with a different number of characters, please use _ as a delimiter, e.g. USDC_DOGE
        Returns:
        currencyPairs
      • setCurrencyPairs

        public void setCurrencyPairs​(List<String> currencyPairs)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object