Class: SBIClient::FX::Swap
- Inherits:
-
Struct
- Object
- Struct
- SBIClient::FX::Swap
- Defined in:
- lib/sbiclient.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
719 720 721 |
# File 'lib/sbiclient.rb', line 719 def buy_swap @buy_swap end |
#pair ⇒ Object
Returns the value of attribute pair
719 720 721 |
# File 'lib/sbiclient.rb', line 719 def pair @pair end |
#sell_swap ⇒ Object
Returns the value of attribute sell_swap
719 720 721 |
# File 'lib/sbiclient.rb', line 719 def sell_swap @sell_swap end |