Class: BinanceClient::SubAccountSetSpotBnbBurnResponse

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/binance_client/responses/sub_account_set_spot_bnb_burn_response.rb

Instance Method Summary collapse

Methods inherited from BaseResponse

#body_code, #default_message, #used_weights

Instance Method Details

#spot_bnb_burnObject Also known as: spot_bnb_burn?



4
5
6
# File 'lib/binance_client/responses/sub_account_set_spot_bnb_burn_response.rb', line 4

def spot_bnb_burn
  !!body["spotBNBBurn"]
end