Interface Candle

All Known Implementing Classes:
CandleStick, OnePriceCandle, TradeCandle

public interface Candle
Author:
macle
  • Method Details

    • getOpen

      BigDecimal getOpen()
      시가 얻기
      Returns:
      시가 (시작가)
    • getClose

      BigDecimal getClose()
      종가 얻기
      Returns:
      종가
    • getHigh

      BigDecimal getHigh()
      고가 얻기
      Returns:
      고가
    • getLow

      BigDecimal getLow()
      저가 얻기
      Returns:
      저가