Class: SBIClient::FX::Rate

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

Overview

レート

Instance Attribute Summary collapse

Instance Attribute Details

#ask_rateObject

Returns the value of attribute ask_rate

Returns:

  • (Object)

    the current value of ask_rate



721
722
723
# File 'lib/sbiclient.rb', line 721

def ask_rate
  @ask_rate
end

#bid_rateObject

Returns the value of attribute bid_rate

Returns:

  • (Object)

    the current value of bid_rate



721
722
723
# File 'lib/sbiclient.rb', line 721

def bid_rate
  @bid_rate
end

#buy_swapObject

Returns the value of attribute buy_swap

Returns:

  • (Object)

    the current value of buy_swap



721
722
723
# File 'lib/sbiclient.rb', line 721

def buy_swap
  @buy_swap
end

#pairObject

Returns the value of attribute pair

Returns:

  • (Object)

    the current value of pair



721
722
723
# File 'lib/sbiclient.rb', line 721

def pair
  @pair
end

#sell_swapObject

Returns the value of attribute sell_swap

Returns:

  • (Object)

    the current value of sell_swap



721
722
723
# File 'lib/sbiclient.rb', line 721

def sell_swap
  @sell_swap
end