public interface IFXSentimentIndexBar extends IFXTimedSentimentIndex
Modifier and Type | Method and Description |
---|---|
double |
getClose()
Returns closing price of the bar
|
double |
getHigh()
Returns the highest price of the bar
|
long |
getIndexTime()
The time of the oldest index in the aggregation.
|
double |
getLow()
Returns the lowest price of the bar
|
double |
getOpen()
Returns opening price of the bar
|
long |
getTime()
Returns the start time of the sentiment index aggregation bar.
|
long getIndexTime()
getTime()
getIndexTime
in interface IFXTimedSentimentIndex
long getTime()
getIndexTime()
double getOpen()
double getClose()
double getLow()
double getHigh()
Copyright © 2016. All rights reserved.