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
80 81 82 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 80 def name @name end |
#trade_unit ⇒ Object
Returns the value of attribute trade_unit
80 81 82 |
# File 'lib/jiji/plugin/securities_plugin.rb', line 80 def trade_unit @trade_unit end |