|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBar
Represents a bar (candle).
Method Summary | |
---|---|
double |
getClose()
Returns closing price of the bar |
double |
getHigh()
Returns the highest price of the bar |
double |
getLow()
Returns the lowest price of the bar |
double |
getOpen()
Returns opening price of the bar |
long |
getTime()
Returns start time of the bar |
double |
getVolume()
Returns volume of the bar. |
Method Detail |
---|
long getTime()
double getOpen()
double getClose()
double getLow()
double getHigh()
double getVolume()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |