Package io.runon.trading
Interface PriceChange
- All Superinterfaces:
Price,PriceChangeRate
- All Known Implementing Classes:
CandleStick,PriceChangeImpl,TradeCandle
가격과 가격 변화
- Author:
- macle
-
Method Summary
Modifier and TypeMethodDescriptionprevious 기준 (일별이면 전 거래일, 분봉이면 전봉))(일별이면 전 거래일, 분봉이면 전봉)Methods inherited from interface io.runon.trading.PriceChangeRate
getChangeRate
-
Method Details
-
getChange
BigDecimal getChange()previous 기준 (일별이면 전 거래일, 분봉이면 전봉))- Returns:
- 변동가격
-
getPrevious
BigDecimal getPrevious()(일별이면 전 거래일, 분봉이면 전봉)- Returns:
- 전 거래 가격
-