Class: ClickClientScrap::FX::Swap
- Inherits:
-
Struct
- Object
- Struct
- ClickClientScrap::FX::Swap
- Defined in:
- lib/clickclient_scrap.rb
Overview
スワップ
Instance Attribute Summary collapse
-
#buy_swap ⇒ Object
Returns the value of attribute buy_swap.
-
#pair ⇒ Object
Returns the value of attribute pair.
-
#sell_swap ⇒ Object
Returns the value of attribute sell_swap.
Instance Attribute Details
#buy_swap ⇒ Object
Returns the value of attribute buy_swap
618 619 620 |
# File 'lib/clickclient_scrap.rb', line 618 def buy_swap @buy_swap end |
#pair ⇒ Object
Returns the value of attribute pair
618 619 620 |
# File 'lib/clickclient_scrap.rb', line 618 def pair @pair end |
#sell_swap ⇒ Object
Returns the value of attribute sell_swap
618 619 620 |
# File 'lib/clickclient_scrap.rb', line 618 def sell_swap @sell_swap end |