- All Implemented Interfaces:
Candle
public class OnePriceCandle
extends Object
implements Candle
단일가 캔들
다이버전스에 활용됨
- Author:
- macle
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OnePriceCandle
생성자
- Parameters:
price - 단일가
-
Method Details
-
getOpen
Description copied from interface: Candle
시가 얻기
- Specified by:
getOpen in interface Candle
- Returns:
- 시가 (시작가)
-
getClose
Description copied from interface: Candle
종가 얻기
- Specified by:
getClose in interface Candle
- Returns:
- 종가
-
getHigh
Description copied from interface: Candle
고가 얻기
- Specified by:
getHigh in interface Candle
- Returns:
- 고가
-
getLow
Description copied from interface: Candle
저가 얻기
- Specified by:
getLow in interface Candle
- Returns:
- 저가