Class: OKEX::MaxSize

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

Instance Attribute Summary collapse

Instance Attribute Details

#buyObject

Returns the value of attribute buy

Returns:

  • (Object)

    the current value of buy



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

def buy
  @buy
end

#sellObject

Returns the value of attribute sell

Returns:

  • (Object)

    the current value of sell



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

def sell
  @sell
end