Class: SBIClient::FX::Rate
- Inherits:
-
Struct
- Object
- Struct
- SBIClient::FX::Rate
- Defined in:
- lib/sbiclient.rb
Overview
レート
Instance Attribute Summary collapse
-
#ask_rate ⇒ Object
Returns the value of attribute ask_rate.
-
#bid_rate ⇒ Object
Returns the value of attribute bid_rate.
-
#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
#ask_rate ⇒ Object
Returns the value of attribute ask_rate
721 722 723 |
# File 'lib/sbiclient.rb', line 721 def ask_rate @ask_rate end |
#bid_rate ⇒ Object
Returns the value of attribute bid_rate
721 722 723 |
# File 'lib/sbiclient.rb', line 721 def bid_rate @bid_rate end |
#buy_swap ⇒ Object
Returns the value of attribute buy_swap
721 722 723 |
# File 'lib/sbiclient.rb', line 721 def buy_swap @buy_swap end |
#pair ⇒ Object
Returns the value of attribute pair
721 722 723 |
# File 'lib/sbiclient.rb', line 721 def pair @pair end |
#sell_swap ⇒ Object
Returns the value of attribute sell_swap
721 722 723 |
# File 'lib/sbiclient.rb', line 721 def sell_swap @sell_swap end |