wisespace-io / binance-rs

Rust Library for the Binance API
Other
669 stars 300 forks source link

update USER STREAM code in Doc #225

Open AyoubTorabi opened 7 months ago

AyoubTorabi commented 7 months ago

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