Class ApiPaths.AccountApiPaths

java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.AccountApiPaths
Enclosing class:
ApiPaths

public static final class ApiPaths.AccountApiPaths extends Object
Account-related API paths.
Version:
3.0.6
Author:
Stephen Prizio
  • Field Details

    • BASE

      public static final String BASE
      Base path for account endpoints.
      See Also:
    • ACCOUNT_TYPES

      public static final String ACCOUNT_TYPES
      Relative path to fetch supported account types.
      See Also:
    • BROKERS

      public static final String BROKERS
      Relative path to fetch supported brokers.
      See Also:
    • TRADE_PLATFORMS

      public static final String TRADE_PLATFORMS
      Relative path to fetch supported trading platforms.
      See Also:
    • GET_DETAILS

      public static final String GET_DETAILS
      Relative path to retrieve account details by id or criteria.
      See Also:
    • GET_REPORT

      public static final String GET_REPORT
      Relative path to retrieve an account report document.
      See Also:
    • CREATE_ACCOUNT

      public static final String CREATE_ACCOUNT
      Relative path to create a new account.
      See Also:
    • INGEST_POSITION_DATA_MT4

      public static final String INGEST_POSITION_DATA_MT4
      Relative path to ingest MT4 position data for an account.
      See Also:
    • UPDATE_ACCOUNT

      public static final String UPDATE_ACCOUNT
      Relative path to update an existing account.
      See Also:
    • UPDATE_STRATEGY

      public static final String UPDATE_STRATEGY
      Relative path to update the assigned strategy for an account.
      See Also:
    • UPDATE_PORTFOLIO_ASSIGNMENTS

      public static final String UPDATE_PORTFOLIO_ASSIGNMENTS
      Relative path to update account portfolio assignments.
      See Also:
    • DELETE_ACCOUNT

      public static final String DELETE_ACCOUNT
      Relative path to delete an existing account.
      See Also:
    • REFRESH_ACCOUNT

      public static final String REFRESH_ACCOUNT
      Relative path to refresh an existing account.
      See Also: