Interface PriceChange

All Superinterfaces:
Price, PriceChangeRate
All Known Implementing Classes:
CandleStick, PriceChangeImpl, TradeCandle

public interface PriceChange extends PriceChangeRate, Price
가격과 가격 변화
Author:
macle
  • Method Summary

    Modifier and Type
    Method
    Description
    previous 기준 (일별이면 전 거래일, 분봉이면 전봉))
    (일별이면 전 거래일, 분봉이면 전봉)

    Methods inherited from interface io.runon.trading.Price

    getClose

    Methods inherited from interface io.runon.trading.PriceChangeRate

    getChangeRate
  • Method Details

    • getChange

      BigDecimal getChange()
      previous 기준 (일별이면 전 거래일, 분봉이면 전봉))
      Returns:
      변동가격
    • getPrevious

      BigDecimal getPrevious()
      (일별이면 전 거래일, 분봉이면 전봉)
      Returns:
      전 거래 가격