Class FX


  • @Generated(value="org.openapitools.codegen.languages.SpringCodegen",
               date="2022-09-09T12:46:18.316414Z[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)
      • getCurrencyPairs

        @NotNull
        @Valid
        public @NotNull @Valid Map<String,​FXCurrencyPair> 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object