public getQuoteHistory method added.

This commit is contained in:
7u83 2018-12-29 01:38:53 +01:00
parent 7f40700cc0
commit f0c4d4f19c
1 changed files with 2 additions and 0 deletions

View File

@ -49,5 +49,7 @@ public interface TradingAPI {
* @return the AssetPair object
*/
public AssetPair getAssetPair();
public Set<Quote> getQuoteHistory();
}