Class: ClickClientScrap::FX::Margin
- Inherits:
-
Struct
- Object
- Struct
- ClickClientScrap::FX::Margin
- Defined in:
- lib/clickclient_scrap.rb
Overview
余力
Instance Attribute Summary collapse
-
#appraisal_profit_or_loss_of_open_interest ⇒ Object
Returns the value of attribute appraisal_profit_or_loss_of_open_interest.
-
#balance_in_account ⇒ Object
Returns the value of attribute balance_in_account.
-
#freezed_guarantee_money ⇒ Object
Returns the value of attribute freezed_guarantee_money.
-
#guarantee_money_maintenance_ratio ⇒ Object
Returns the value of attribute guarantee_money_maintenance_ratio.
-
#margin ⇒ Object
Returns the value of attribute margin.
-
#market_value ⇒ Object
Returns the value of attribute market_value.
-
#ordered_guarantee_money ⇒ Object
Returns the value of attribute ordered_guarantee_money.
-
#required_guarantee_money ⇒ Object
Returns the value of attribute required_guarantee_money.
-
#transferable_money_amount ⇒ Object
Returns the value of attribute transferable_money_amount.
Instance Attribute Details
#appraisal_profit_or_loss_of_open_interest ⇒ Object
Returns the value of attribute appraisal_profit_or_loss_of_open_interest
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def appraisal_profit_or_loss_of_open_interest @appraisal_profit_or_loss_of_open_interest end |
#balance_in_account ⇒ Object
Returns the value of attribute balance_in_account
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def balance_in_account @balance_in_account end |
#freezed_guarantee_money ⇒ Object
Returns the value of attribute freezed_guarantee_money
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def freezed_guarantee_money @freezed_guarantee_money end |
#guarantee_money_maintenance_ratio ⇒ Object
Returns the value of attribute guarantee_money_maintenance_ratio
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def guarantee_money_maintenance_ratio @guarantee_money_maintenance_ratio end |
#margin ⇒ Object
Returns the value of attribute margin
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def margin @margin end |
#market_value ⇒ Object
Returns the value of attribute market_value
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def market_value @market_value end |
#ordered_guarantee_money ⇒ Object
Returns the value of attribute ordered_guarantee_money
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def ordered_guarantee_money @ordered_guarantee_money end |
#required_guarantee_money ⇒ Object
Returns the value of attribute required_guarantee_money
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def required_guarantee_money @required_guarantee_money end |
#transferable_money_amount ⇒ Object
Returns the value of attribute transferable_money_amount
718 719 720 |
# File 'lib/clickclient_scrap.rb', line 718 def transferable_money_amount @transferable_money_amount end |