Class: JIJI::Plugin::SecuritiesPlugin::Rate
- Inherits:
-
Struct
- Object
- Struct
- JIJI::Plugin::SecuritiesPlugin::Rate
- Defined in:
- lib/jiji/plugin/securities_plugin.rb
Overview
レート
- bid
-
bidレート
- ask
-
askレート
- sell_swap
-
売りスワップ
- buy_swap
-
買いスワップ
Instance Attribute Summary collapse
-
#ask ⇒ Object
Returns the value of attribute ask.
-
#bid ⇒ Object
Returns the value of attribute bid.
-
#buy_swap ⇒ Object
Returns the value of attribute buy_swap.
-
#sell_swap ⇒ Object
Returns the value of attribute sell_swap.
Instance Attribute Details
#ask ⇒ Object
Returns the value of attribute ask
86 87 88 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 86 def ask @ask end |
#bid ⇒ Object
Returns the value of attribute bid
86 87 88 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 86 def bid @bid end |
#buy_swap ⇒ Object
Returns the value of attribute buy_swap
86 87 88 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 86 def buy_swap @buy_swap end |
#sell_swap ⇒ Object
Returns the value of attribute sell_swap
86 87 88 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 86 def sell_swap @sell_swap end |