Skip to content

Commit

Permalink
#164 : Intellisense cleanup for bxbot-trading-api
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Apr 27, 2024
1 parent 996e4e1 commit 0a845aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
*
* <p>If your Trading Strategy catches this exception, you could retry the API call, or exit from
* your Trading Strategy and let the Trading Engine execute your Trading Strategy at the next trade
* cycle. This allows the you to recover from temporary network issues.
* cycle. This allows you to recover from temporary network issues.
*
* <p>If the Trading Engine receives these exceptions from directly calling an Exchange Adapter
* method, it will log the event and sleep until the next trade cycle.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public interface Ticker {
BigDecimal getVolume();

/**
* Returns the last 24 hours volume weighted average -
* https://en.wikipedia.org/wiki/Volume-weighted_average_price
* Returns the last 24 hours volume weighted average - see
* <a href="https://en.wikipedia.org/wiki/Volume-weighted_average_price">here</a>.
*
* @return the last 24 hours volume weighted average if the exchange provides it, null otherwise.
*/
Expand Down

0 comments on commit 0a845aa

Please sign in to comment.