Skip to content

Instantly share code, notes, and snippets.

@alexbaramilis
Created May 11, 2020 11:25
Show Gist options
  • Save alexbaramilis/e841c6cfdbf4cffc4494ad382961e593 to your computer and use it in GitHub Desktop.
Save alexbaramilis/e841c6cfdbf4cffc4494ad382961e593 to your computer and use it in GitHub Desktop.
void refresh() {
futureMostRecentTrade =
loopringService.getMostRecentTrade(tradingPair: selectedTradingPair);
futureCandlestickSeries =
loopringService.getCandlestickData(tradingPair: selectedTradingPair);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment