Class: Kucoin::Models::Balance

Inherits:
Base
  • Object
show all
Defined in:
lib/kucoin/models/balance.rb

Constant Summary collapse

MAPPING =
{
  coin_type:          :string,
  balance:            :float,
  balance_str:        :string,
  freeze_balance:     :float,
  freeze_balance_str: :string
}

Method Summary

Methods inherited from Base

#attributes, #initialize, parse

Constructor Details

This class inherits a constructor from Kucoin::Models::Base