more work on stop loss

This commit is contained in:
2019-01-04 19:09:20 +01:00
parent b5c6d45f66
commit a2e5143c64
4 changed files with 105 additions and 180 deletions

View File

@ -52,4 +52,6 @@ public interface TradingAPI {
public Set<Quote> getQuoteHistory();
public Quote getLastQuote();
}