Class: SBIClient::FX::Position
- Inherits:
-
Struct
- Object
- Struct
- SBIClient::FX::Position
- Defined in:
- lib/sbiclient.rb
Overview
建玉
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#date ⇒ Object
Returns the value of attribute date.
-
#pair ⇒ Object
Returns the value of attribute pair.
-
#position_id ⇒ Object
Returns the value of attribute position_id.
-
#profit_or_loss ⇒ Object
Returns the value of attribute profit_or_loss.
-
#rate ⇒ Object
Returns the value of attribute rate.
-
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def count @count end |
#date ⇒ Object
Returns the value of attribute date
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def date @date end |
#pair ⇒ Object
Returns the value of attribute pair
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def pair @pair end |
#position_id ⇒ Object
Returns the value of attribute position_id
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def position_id @position_id end |
#profit_or_loss ⇒ Object
Returns the value of attribute profit_or_loss
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def profit_or_loss @profit_or_loss end |
#rate ⇒ Object
Returns the value of attribute rate
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def rate @rate end |
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy
728 729 730 |
# File 'lib/sbiclient.rb', line 728 def sell_or_buy @sell_or_buy end |