Class: JIJI::Plugin::SecuritiesPlugin::Pair

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

Overview

取引可能な通貨ペア

name

通貨ペア名 例) :EURJPY

tade_unit

取引単位

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



79
80
81
# File 'lib/jiji/plugin/securities_plugin.rb', line 79

def name
  @name
end

#trade_unitObject

Returns the value of attribute trade_unit

Returns:

  • (Object)

    the current value of trade_unit



79
80
81
# File 'lib/jiji/plugin/securities_plugin.rb', line 79

def trade_unit
  @trade_unit
end