| Package | Description |
|---|---|
| com.dukascopy.api |
| Modifier and Type | Method and Description |
|---|---|
IFXSentimentIndex |
IDataService.getFXSentimentIndex(Currency currency)
Deprecated.
Use
IDataService.getFXSentimentIndex(ICurrency) instead |
IFXSentimentIndex |
IDataService.getFXSentimentIndex(Currency currency,
long time)
Deprecated.
|
IFXSentimentIndex |
IDataService.getFXSentimentIndex(ICurrency currency)
Returns last updated Forex Sentiment Index for specified
ICurrency.Equivalent to the getFXSentimentIndex(ICurrency, System.currentTimeMillis) for live data and getFXSentimentIndex(ICurrency, pseudo_current_historical_tester_time) for historical data. |
IFXSentimentIndex |
IDataService.getFXSentimentIndex(ICurrency currency,
long time)
Returns Forex Sentiment Index which was most up-to-date at a point of specified
time |
IFXSentimentIndex |
IDataService.getFXSentimentIndex(Instrument instrument)
Returns last updated Forex Sentiment Index for specified
Instrument.Equivalent to the getFXSentimentIndex(instrument, System.currentTimeMillis) for live data and getFXSentimentIndex(instrument, pseudo_current_historical_tester_time) for historical data. |
IFXSentimentIndex |
IDataService.getFXSentimentIndex(Instrument instrument,
long time)
Returns Forex Sentiment Index which was most up-to-date at a point of specified
time |
Copyright © 2016. All rights reserved.