Class: ClickClient::FX::OpenInterest
Overview
建玉
定義済みの属性の他に、レスポンスXMLの要素名、属性名でも値にアクセスできます。 レスポンスXMLについては、クリック証券提供のドキュメントを参照ください。
Instance Attribute Summary collapse
-
#currency_pair_code ⇒ Object
通貨ペアコード.
Instance Method Summary collapse
-
#initialize(item) ⇒ OpenInterest
constructor
コンストラクタ.
Methods inherited from Base
#eql?, #hash, #method_missing, #to_s
Constructor Details
#initialize(item) ⇒ OpenInterest
コンストラクタ
- item
-
結果要素
844 845 846 847 |
# File 'lib/clickclient/fx.rb', line 844 def initialize( item ) super(item) @currency_pair_code = item.get_elements("./tsukaPair")[0].attributes["tsukaPairCode"].to_i end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ClickClient::Base
Instance Attribute Details
#currency_pair_code ⇒ Object
通貨ペアコード
849 850 851 |
# File 'lib/clickclient/fx.rb', line 849 def currency_pair_code @currency_pair_code end |