Class ApiPaths.AccountApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.AccountApiPaths
- Enclosing class:
ApiPaths
Account-related API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelative path to fetch supported account types.static final StringBase path for account endpoints.static final StringRelative path to fetch supported brokers.static final StringRelative path to create a new account.static final StringRelative path to delete an existing account.static final StringRelative path to retrieve account details by id or criteria.static final StringRelative path to retrieve an account report document.static final StringRelative path to ingest MT4 position data for an account.static final StringRelative path to refresh an existing account.static final StringRelative path to fetch supported trading platforms.static final StringRelative path to update an existing account.static final StringRelative path to update account portfolio assignments.static final StringRelative path to update the assigned strategy for an account. -
Method Summary
-
Field Details
-
BASE
-
ACCOUNT_TYPES
-
BROKERS
-
TRADE_PLATFORMS
Relative path to fetch supported trading platforms.- See Also:
-
GET_DETAILS
Relative path to retrieve account details by id or criteria.- See Also:
-
GET_REPORT
Relative path to retrieve an account report document.- See Also:
-
CREATE_ACCOUNT
-
INGEST_POSITION_DATA_MT4
Relative path to ingest MT4 position data for an account.- See Also:
-
UPDATE_ACCOUNT
-
UPDATE_STRATEGY
Relative path to update the assigned strategy for an account.- See Also:
-
UPDATE_PORTFOLIO_ASSIGNMENTS
Relative path to update account portfolio assignments.- See Also:
-
DELETE_ACCOUNT
-
REFRESH_ACCOUNT
-