wisespace-io / binance-rs

Rust Library for the Binance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update USER STREAM code in Doc

AyoubTorabi opened this issue · comments

for balance in &account_update.data.balances {
println!(
"Asset: {}, wallet_balance: {}, cross_wallet_balance: {}, balance: {}",
balance.asset,
balance.wallet_balance,
balance.cross_wallet_balance,
balance.balance_change