Interface BalanceListener

All Known Subinterfaces:
AllDataModule, BalanceAdapter

public interface BalanceListener
Provides balance info. Currently only works in realtime (HistoricalDataListener should not be implemented if you want this to work, consider to use HistoricalModeListener instead)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onBalance(velox.api.layer1.data.BalanceInfo balanceInfo)
    Called when account balance information changes
  • Method Details

    • onBalance

      void onBalance(velox.api.layer1.data.BalanceInfo balanceInfo)
      Called when account balance information changes
      Parameters:
      balanceInfo - account balance information