Package api.quotation.module
Class TickerApi
java.lang.Object
api.quotation.module.TickerApi
시세 Ticker API 클래스
- Since:
- 2021.11.30 Tue 02:50:30
- Author:
- RWB
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TickerApi
public TickerApi()
-
-
Method Details
-
getTickers
현재가 정보 응답 반환 메서드- Parameters:
markets- : [String] 마켓 코드 배열- Returns:
- [UpbitResponse] Ticker[]를 포함한 Upbit 응답 객체
- Throws:
IOException- 데이터 입출력 예외
-