Class: OKEX::Balance

Inherits:
Struct
  • Object
show all
Defined in:
lib/okex/balance.rb

Instance Attribute Summary collapse

Instance Attribute Details

#availableObject

Returns the value of attribute available

Returns:

  • (Object)

    the current value of available



1
2
3
# File 'lib/okex/balance.rb', line 1

def available
  @available
end

#currencyObject

Returns the value of attribute currency

Returns:

  • (Object)

    the current value of currency



1
2
3
# File 'lib/okex/balance.rb', line 1

def currency
  @currency
end

#frozenObject

Returns the value of attribute frozen

Returns:

  • (Object)

    the current value of frozen



1
2
3
# File 'lib/okex/balance.rb', line 1

def frozen
  @frozen
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



1
2
3
# File 'lib/okex/balance.rb', line 1

def total
  @total
end

#uplObject

Returns the value of attribute upl

Returns:

  • (Object)

    the current value of upl



1
2
3
# File 'lib/okex/balance.rb', line 1

def upl
  @upl
end