Class: SBIClient::FX::Swap

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

Overview

スワップ

Instance Attribute Summary collapse

Instance Attribute Details

#buy_swapObject

Returns the value of attribute buy_swap

Returns:

  • (Object)

    the current value of buy_swap



719
720
721
# File 'lib/sbiclient.rb', line 719

def buy_swap
  @buy_swap
end

#pairObject

Returns the value of attribute pair

Returns:

  • (Object)

    the current value of pair



719
720
721
# File 'lib/sbiclient.rb', line 719

def pair
  @pair
end

#sell_swapObject

Returns the value of attribute sell_swap

Returns:

  • (Object)

    the current value of sell_swap



719
720
721
# File 'lib/sbiclient.rb', line 719

def sell_swap
  @sell_swap
end