public getQuoteHistory method added.
This commit is contained in:
parent
7f40700cc0
commit
f0c4d4f19c
@ -49,5 +49,7 @@ public interface TradingAPI {
|
|||||||
* @return the AssetPair object
|
* @return the AssetPair object
|
||||||
*/
|
*/
|
||||||
public AssetPair getAssetPair();
|
public AssetPair getAssetPair();
|
||||||
|
|
||||||
|
public Set<Quote> getQuoteHistory();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user