Class: JIJI::Plugin::SecuritiesPlugin::Rate

Inherits:
Struct
  • Object
show all
Defined in:
lib/jiji/plugin/securities_plugin.rb

Overview

レート

bid

bidレート

ask

askレート

sell_swap

売りスワップ

buy_swap

買いスワップ

Instance Attribute Summary collapse

Instance Attribute Details

#askObject

Returns the value of attribute ask

Returns:

  • (Object)

    the current value of ask



86
87
88
# File 'lib/jiji/plugin/securities_plugin.rb', line 86

def ask
  @ask
end

#bidObject

Returns the value of attribute bid

Returns:

  • (Object)

    the current value of bid



86
87
88
# File 'lib/jiji/plugin/securities_plugin.rb', line 86

def bid
  @bid
end

#buy_swapObject

Returns the value of attribute buy_swap

Returns:

  • (Object)

    the current value of buy_swap



86
87
88
# File 'lib/jiji/plugin/securities_plugin.rb', line 86

def buy_swap
  @buy_swap
end

#sell_swapObject

Returns the value of attribute sell_swap

Returns:

  • (Object)

    the current value of sell_swap



86
87
88
# File 'lib/jiji/plugin/securities_plugin.rb', line 86

def sell_swap
  @sell_swap
end