Class: ClickClientScrap::FX::OpenInterest
- Inherits:
-
Struct
- Object
- Struct
- ClickClientScrap::FX::OpenInterest
- Defined in:
- lib/clickclient_scrap.rb
Overview
建玉
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#open_interest_id ⇒ Object
Returns the value of attribute open_interest_id.
-
#pair ⇒ Object
Returns the value of attribute pair.
-
#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
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def count @count end |
#open_interest_id ⇒ Object
Returns the value of attribute open_interest_id
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def open_interest_id @open_interest_id end |
#pair ⇒ Object
Returns the value of attribute pair
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def pair @pair end |
#profit_or_loss ⇒ Object
Returns the value of attribute profit_or_loss
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def profit_or_loss @profit_or_loss end |
#rate ⇒ Object
Returns the value of attribute rate
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def rate @rate end |
#sell_or_buy ⇒ Object
Returns the value of attribute sell_or_buy
626 627 628 |
# File 'lib/clickclient_scrap.rb', line 626 def sell_or_buy @sell_or_buy end |