Module: Cmecloud::ApiMethods
- Included in:
- Cmecloud
- Defined in:
- lib/cmecloud.rb
Instance Method Summary collapse
- #credit_default_swaps(operation, *args) ⇒ Object
- #futures_and_options(operation, *args) ⇒ Object
- #interest_rate_swaps(operation, *args) ⇒ Object
- #otc_global_trades_and_quotes(operation, *args) ⇒ Object
Instance Method Details
#credit_default_swaps(operation, *args) ⇒ Object
38 39 40 |
# File 'lib/cmecloud.rb', line 38 def credit_default_swaps(operation, *args) get("CMECreditDefaultSwaps.asmx/#{operation}", *args) end |
#futures_and_options(operation, *args) ⇒ Object
34 35 36 |
# File 'lib/cmecloud.rb', line 34 def (operation, *args) get("CMEFuturesAndOptions.asmx/#{operation}", *args) end |
#interest_rate_swaps(operation, *args) ⇒ Object
42 43 44 |
# File 'lib/cmecloud.rb', line 42 def interest_rate_swaps(operation, *args) get("CMEInterestRateSwaps.asmx/#{operation}", *args) end |
#otc_global_trades_and_quotes(operation, *args) ⇒ Object
46 47 48 |
# File 'lib/cmecloud.rb', line 46 def otc_global_trades_and_quotes(operation, *args) get("OTCGlobalTradesAndQuotes.asmx/#{operation}", *args) end |