public class CMCRestAdapter extends java.lang.Object implements InitializingServiceI
Constructor and Description |
---|
CMCRestAdapter(CMCConfig cmcConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.List<BarVO> |
downloadHistoricalBars(long securityId,
java.lang.String baseCurrency,
java.time.Instant startDate,
java.time.Instant endDate) |
java.util.List<java.lang.String> |
getAllCoinSymbols() |
void |
init()
Abstract initialization method that needs to be overwritten by the Service implementing this
Interface
|
public CMCRestAdapter(CMCConfig cmcConfig)
public void init()
InitializingServiceI
init
in interface InitializingServiceI
public java.util.List<java.lang.String> getAllCoinSymbols()
public java.util.List<BarVO> downloadHistoricalBars(long securityId, java.lang.String baseCurrency, java.time.Instant startDate, java.time.Instant endDate)