com.oanda.fxtrade.api
Interface CandlePoint

All Superinterfaces:
java.lang.Cloneable

public interface CandlePoint
extends java.lang.Cloneable

CandlePoint class is a container for candle information. A Candle is calculated from a HistoryPoint directly

See Also:
FXHistoryPoint

Method Summary
 java.lang.Object clone()
           
 double getClose()
           
 double getMax()
           
 double getMin()
           
 double getOpen()
           
 long getTimestamp()
           
 long getVolume()
           
 java.lang.String toString()
           
 

Method Detail

clone

java.lang.Object clone()

getClose

double getClose()

getMax

double getMax()

getMin

double getMin()

getOpen

double getOpen()

getTimestamp

long getTimestamp()

getVolume

long getVolume()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2005 OANDA Corporation. All Rights Reserved.