Class: JIJI::Plugin::SecuritiesPlugin::Pair
- Inherits:
-
Struct
- Object
- Struct
- JIJI::Plugin::SecuritiesPlugin::Pair
- Defined in:
- lib/jiji/plugin/securities_plugin.rb
Overview
取引可能な通貨ペア
- name
-
通貨ペア名 例) :EURJPY
- tade_unit
-
取引単位
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#trade_unit ⇒ Object
Returns the value of attribute trade_unit.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
79 80 81 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 79 def name @name end |
#trade_unit ⇒ Object
Returns the value of attribute trade_unit
79 80 81 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 79 def trade_unit @trade_unit end |