Class ApiPaths.MarketPriceApiPaths
java.lang.Object
com.bluebell.greenhouse.planter.constants.ApiPaths.MarketPriceApiPaths
- Enclosing class:
ApiPaths
Market price ingestion and lookup API paths.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringBase path for market price endpoints.static final StringRelative path to create a market price.static final StringRelative path to delete a market price.static final StringRelative path to retrieve a market price csv report document.static final StringRelative path to import market prices from uploaded data.static final StringRelative path to ingest MT4 market price data.static final StringRelative path to refresh FirstRateData (FRD) market data.static final StringRelative path to search market prices by filter criteria.static final StringRelative path to fetch supported market price time intervals.static final StringRelative path to update a market price. -
Method Summary
-
Field Details
-
BASE
-
INGEST_MARKET_DATA_MT4
Relative path to ingest MT4 market price data.- See Also:
-
REFRESH_FRD
Relative path to refresh FirstRateData (FRD) market data.- See Also:
-
SEARCH
Relative path to search market prices by filter criteria.- See Also:
-
TIME_INTERVALS
Relative path to fetch supported market price time intervals.- See Also:
-
GET_REPORT
Relative path to retrieve a market price csv report document.- See Also:
-
IMPORT_MARKET_PRICES
Relative path to import market prices from uploaded data.- See Also:
-
CREATE_MARKET_PRICE
-
UPDATE_MARKET_PRICE
-
DELETE_MARKET_PRICE
-