kabustation_client 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +9 -0
- data/README.md +188 -0
- data/Rakefile +10 -0
- data/docs/ApiSoftLimitResponse.md +32 -0
- data/docs/AuthApi.md +72 -0
- data/docs/BoardSuccess.md +142 -0
- data/docs/BoardSuccessBuy1.md +24 -0
- data/docs/BoardSuccessBuy10.md +20 -0
- data/docs/BoardSuccessBuy2.md +20 -0
- data/docs/BoardSuccessBuy3.md +20 -0
- data/docs/BoardSuccessBuy4.md +20 -0
- data/docs/BoardSuccessBuy5.md +20 -0
- data/docs/BoardSuccessBuy6.md +20 -0
- data/docs/BoardSuccessBuy7.md +20 -0
- data/docs/BoardSuccessBuy8.md +20 -0
- data/docs/BoardSuccessBuy9.md +20 -0
- data/docs/BoardSuccessSell1.md +24 -0
- data/docs/BoardSuccessSell10.md +20 -0
- data/docs/BoardSuccessSell2.md +20 -0
- data/docs/BoardSuccessSell3.md +20 -0
- data/docs/BoardSuccessSell4.md +20 -0
- data/docs/BoardSuccessSell5.md +20 -0
- data/docs/BoardSuccessSell6.md +20 -0
- data/docs/BoardSuccessSell7.md +20 -0
- data/docs/BoardSuccessSell8.md +20 -0
- data/docs/BoardSuccessSell9.md +20 -0
- data/docs/ErrorResponse.md +20 -0
- data/docs/ExchangeResponse.md +28 -0
- data/docs/InfoApi.md +924 -0
- data/docs/MarginPremiumResponse.md +22 -0
- data/docs/MarginPremiumResponseDayTrade.md +26 -0
- data/docs/MarginPremiumResponseGeneralMargin.md +26 -0
- data/docs/OrderApi.md +275 -0
- data/docs/OrderSuccess.md +20 -0
- data/docs/OrdersSuccess.md +58 -0
- data/docs/OrdersSuccessDetailsInner.md +44 -0
- data/docs/Positions.md +20 -0
- data/docs/PositionsDeriv.md +20 -0
- data/docs/PositionsSuccess.md +58 -0
- data/docs/PrimaryExchangeResponse.md +20 -0
- data/docs/RankingByCategoryResponse.md +22 -0
- data/docs/RankingByCategoryResponseRankingInner.md +34 -0
- data/docs/RankingByMarginResponse.md +22 -0
- data/docs/RankingByMarginResponseRankingInner.md +36 -0
- data/docs/RankingByTickCountResponse.md +22 -0
- data/docs/RankingByTickCountResponseRankingInner.md +46 -0
- data/docs/RankingByTradeValueResponse.md +22 -0
- data/docs/RankingByTradeValueResponseRankingInner.md +42 -0
- data/docs/RankingByTradeVolumeResponse.md +22 -0
- data/docs/RankingByTradeVolumeResponseRankingInner.md +42 -0
- data/docs/RankingDefaultResponse.md +22 -0
- data/docs/RankingDefaultResponseRankingInner.md +42 -0
- data/docs/RankingGet200Response.md +57 -0
- data/docs/RegistSuccess.md +18 -0
- data/docs/RegisterApi.md +206 -0
- data/docs/RegulationsResponse.md +20 -0
- data/docs/RegulationsResponseRegulationsInfoInner.md +30 -0
- data/docs/RequestCancelOrder.md +20 -0
- data/docs/RequestRegister.md +18 -0
- data/docs/RequestRegisterSymbolsInner.md +20 -0
- data/docs/RequestSendOrder.md +52 -0
- data/docs/RequestSendOrderDerivFuture.md +42 -0
- data/docs/RequestSendOrderDerivFutureReverseLimitOrder.md +24 -0
- data/docs/RequestSendOrderDerivOption.md +42 -0
- data/docs/RequestSendOrderReverseLimitOrder.md +26 -0
- data/docs/RequestToken.md +18 -0
- data/docs/RequestUnregister.md +18 -0
- data/docs/SymbolNameSuccess.md +20 -0
- data/docs/SymbolSuccess.md +64 -0
- data/docs/TokenSuccess.md +20 -0
- data/docs/UnregisterAllSuccess.md +18 -0
- data/docs/WalletApi.md +535 -0
- data/docs/WalletCashSuccess.md +22 -0
- data/docs/WalletFutureSuccess.md +22 -0
- data/docs/WalletMarginSuccess.md +24 -0
- data/docs/WalletOptionSuccess.md +22 -0
- data/git_push.sh +57 -0
- data/kabustation_client.gemspec +39 -0
- data/lib/kabustation_client/api/auth_api.rb +90 -0
- data/lib/kabustation_client/api/info_api.rb +1044 -0
- data/lib/kabustation_client/api/order_api.rb +322 -0
- data/lib/kabustation_client/api/register_api.rb +236 -0
- data/lib/kabustation_client/api/wallet_api.rb +558 -0
- data/lib/kabustation_client/api_client.rb +393 -0
- data/lib/kabustation_client/api_error.rb +58 -0
- data/lib/kabustation_client/configuration.rb +295 -0
- data/lib/kabustation_client/models/api_soft_limit_response.rb +285 -0
- data/lib/kabustation_client/models/board_success.rb +816 -0
- data/lib/kabustation_client/models/board_success_buy1.rb +246 -0
- data/lib/kabustation_client/models/board_success_buy10.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy2.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy3.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy4.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy5.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy6.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy7.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy8.rb +226 -0
- data/lib/kabustation_client/models/board_success_buy9.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell1.rb +246 -0
- data/lib/kabustation_client/models/board_success_sell10.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell2.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell3.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell4.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell5.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell6.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell7.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell8.rb +226 -0
- data/lib/kabustation_client/models/board_success_sell9.rb +226 -0
- data/lib/kabustation_client/models/error_response.rb +225 -0
- data/lib/kabustation_client/models/exchange_response.rb +265 -0
- data/lib/kabustation_client/models/margin_premium_response.rb +233 -0
- data/lib/kabustation_client/models/margin_premium_response_day_trade.rb +256 -0
- data/lib/kabustation_client/models/margin_premium_response_general_margin.rb +256 -0
- data/lib/kabustation_client/models/order_success.rb +225 -0
- data/lib/kabustation_client/models/orders_success.rb +417 -0
- data/lib/kabustation_client/models/orders_success_details_inner.rb +345 -0
- data/lib/kabustation_client/models/positions.rb +225 -0
- data/lib/kabustation_client/models/positions_deriv.rb +225 -0
- data/lib/kabustation_client/models/positions_success.rb +415 -0
- data/lib/kabustation_client/models/primary_exchange_response.rb +225 -0
- data/lib/kabustation_client/models/ranking_by_category_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_by_category_response_ranking_inner.rb +295 -0
- data/lib/kabustation_client/models/ranking_by_margin_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_by_margin_response_ranking_inner.rb +305 -0
- data/lib/kabustation_client/models/ranking_by_tick_count_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_by_tick_count_response_ranking_inner.rb +355 -0
- data/lib/kabustation_client/models/ranking_by_trade_value_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_by_trade_value_response_ranking_inner.rb +335 -0
- data/lib/kabustation_client/models/ranking_by_trade_volume_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_by_trade_volume_response_ranking_inner.rb +335 -0
- data/lib/kabustation_client/models/ranking_default_response.rb +237 -0
- data/lib/kabustation_client/models/ranking_default_response_ranking_inner.rb +335 -0
- data/lib/kabustation_client/models/ranking_get200_response.rb +109 -0
- data/lib/kabustation_client/models/regist_success.rb +217 -0
- data/lib/kabustation_client/models/regulations_response.rb +227 -0
- data/lib/kabustation_client/models/regulations_response_regulations_info_inner.rb +275 -0
- data/lib/kabustation_client/models/request_cancel_order.rb +239 -0
- data/lib/kabustation_client/models/request_register.rb +216 -0
- data/lib/kabustation_client/models/request_register_symbols_inner.rb +225 -0
- data/lib/kabustation_client/models/request_send_order.rb +470 -0
- data/lib/kabustation_client/models/request_send_order_deriv_future.rb +406 -0
- data/lib/kabustation_client/models/request_send_order_deriv_future_reverse_limit_order.rb +274 -0
- data/lib/kabustation_client/models/request_send_order_deriv_option.rb +406 -0
- data/lib/kabustation_client/models/request_send_order_reverse_limit_order.rb +291 -0
- data/lib/kabustation_client/models/request_token.rb +222 -0
- data/lib/kabustation_client/models/request_unregister.rb +217 -0
- data/lib/kabustation_client/models/symbol_name_success.rb +225 -0
- data/lib/kabustation_client/models/symbol_success.rb +445 -0
- data/lib/kabustation_client/models/token_success.rb +225 -0
- data/lib/kabustation_client/models/unregister_all_success.rb +215 -0
- data/lib/kabustation_client/models/wallet_cash_success.rb +235 -0
- data/lib/kabustation_client/models/wallet_future_success.rb +235 -0
- data/lib/kabustation_client/models/wallet_margin_success.rb +245 -0
- data/lib/kabustation_client/models/wallet_option_success.rb +235 -0
- data/lib/kabustation_client/version.rb +15 -0
- data/lib/kabustation_client.rb +112 -0
- data/spec/api/auth_api_spec.rb +47 -0
- data/spec/api/info_api_spec.rb +222 -0
- data/spec/api/order_api_spec.rb +87 -0
- data/spec/api/register_api_spec.rb +73 -0
- data/spec/api/wallet_api_spec.rb +135 -0
- data/spec/models/api_soft_limit_response_spec.rb +78 -0
- data/spec/models/board_success_buy10_spec.rb +42 -0
- data/spec/models/board_success_buy1_spec.rb +54 -0
- data/spec/models/board_success_buy2_spec.rb +42 -0
- data/spec/models/board_success_buy3_spec.rb +42 -0
- data/spec/models/board_success_buy4_spec.rb +42 -0
- data/spec/models/board_success_buy5_spec.rb +42 -0
- data/spec/models/board_success_buy6_spec.rb +42 -0
- data/spec/models/board_success_buy7_spec.rb +42 -0
- data/spec/models/board_success_buy8_spec.rb +42 -0
- data/spec/models/board_success_buy9_spec.rb +42 -0
- data/spec/models/board_success_sell10_spec.rb +42 -0
- data/spec/models/board_success_sell1_spec.rb +54 -0
- data/spec/models/board_success_sell2_spec.rb +42 -0
- data/spec/models/board_success_sell3_spec.rb +42 -0
- data/spec/models/board_success_sell4_spec.rb +42 -0
- data/spec/models/board_success_sell5_spec.rb +42 -0
- data/spec/models/board_success_sell6_spec.rb +42 -0
- data/spec/models/board_success_sell7_spec.rb +42 -0
- data/spec/models/board_success_sell8_spec.rb +42 -0
- data/spec/models/board_success_sell9_spec.rb +42 -0
- data/spec/models/board_success_spec.rb +408 -0
- data/spec/models/error_response_spec.rb +42 -0
- data/spec/models/exchange_response_spec.rb +66 -0
- data/spec/models/margin_premium_response_day_trade_spec.rb +60 -0
- data/spec/models/margin_premium_response_general_margin_spec.rb +60 -0
- data/spec/models/margin_premium_response_spec.rb +48 -0
- data/spec/models/order_success_spec.rb +42 -0
- data/spec/models/orders_success_details_inner_spec.rb +114 -0
- data/spec/models/orders_success_spec.rb +156 -0
- data/spec/models/positions_deriv_spec.rb +42 -0
- data/spec/models/positions_spec.rb +42 -0
- data/spec/models/positions_success_spec.rb +156 -0
- data/spec/models/primary_exchange_response_spec.rb +42 -0
- data/spec/models/ranking_by_category_response_ranking_inner_spec.rb +84 -0
- data/spec/models/ranking_by_category_response_spec.rb +48 -0
- data/spec/models/ranking_by_margin_response_ranking_inner_spec.rb +90 -0
- data/spec/models/ranking_by_margin_response_spec.rb +48 -0
- data/spec/models/ranking_by_tick_count_response_ranking_inner_spec.rb +120 -0
- data/spec/models/ranking_by_tick_count_response_spec.rb +48 -0
- data/spec/models/ranking_by_trade_value_response_ranking_inner_spec.rb +108 -0
- data/spec/models/ranking_by_trade_value_response_spec.rb +48 -0
- data/spec/models/ranking_by_trade_volume_response_ranking_inner_spec.rb +108 -0
- data/spec/models/ranking_by_trade_volume_response_spec.rb +48 -0
- data/spec/models/ranking_default_response_ranking_inner_spec.rb +108 -0
- data/spec/models/ranking_default_response_spec.rb +48 -0
- data/spec/models/ranking_get200_response_spec.rb +32 -0
- data/spec/models/regist_success_spec.rb +36 -0
- data/spec/models/regulations_response_regulations_info_inner_spec.rb +72 -0
- data/spec/models/regulations_response_spec.rb +42 -0
- data/spec/models/request_cancel_order_spec.rb +42 -0
- data/spec/models/request_register_spec.rb +36 -0
- data/spec/models/request_register_symbols_inner_spec.rb +42 -0
- data/spec/models/request_send_order_deriv_future_reverse_limit_order_spec.rb +54 -0
- data/spec/models/request_send_order_deriv_future_spec.rb +108 -0
- data/spec/models/request_send_order_deriv_option_spec.rb +108 -0
- data/spec/models/request_send_order_reverse_limit_order_spec.rb +60 -0
- data/spec/models/request_send_order_spec.rb +138 -0
- data/spec/models/request_token_spec.rb +36 -0
- data/spec/models/request_unregister_spec.rb +36 -0
- data/spec/models/symbol_name_success_spec.rb +42 -0
- data/spec/models/symbol_success_spec.rb +174 -0
- data/spec/models/token_success_spec.rb +42 -0
- data/spec/models/unregister_all_success_spec.rb +36 -0
- data/spec/models/wallet_cash_success_spec.rb +48 -0
- data/spec/models/wallet_future_success_spec.rb +48 -0
- data/spec/models/wallet_margin_success_spec.rb +54 -0
- data/spec/models/wallet_option_success_spec.rb +48 -0
- data/spec/spec_helper.rb +111 -0
- metadata +387 -0
@@ -0,0 +1,558 @@
|
|
1
|
+
=begin
|
2
|
+
#kabuステーションAPI
|
3
|
+
|
4
|
+
## 定義情報 REST APIのコード一覧、エンドポイントは下記リンク参照 - [REST APIコード一覧](../ptal/error.html)
|
5
|
+
|
6
|
+
The version of the OpenAPI document: 1.5
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
Generator version: 7.4.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module KabustationClient
|
16
|
+
class WalletApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# 取引余力(現物)
|
23
|
+
# 口座の取引余力(現物)を取得します
|
24
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [WalletCashSuccess]
|
27
|
+
def wallet_cash_get(x_api_key, opts = {})
|
28
|
+
data, _status_code, _headers = wallet_cash_get_with_http_info(x_api_key, opts)
|
29
|
+
data
|
30
|
+
end
|
31
|
+
|
32
|
+
# 取引余力(現物)
|
33
|
+
# 口座の取引余力(現物)を取得します
|
34
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
35
|
+
# @param [Hash] opts the optional parameters
|
36
|
+
# @return [Array<(WalletCashSuccess, Integer, Hash)>] WalletCashSuccess data, response status code and response headers
|
37
|
+
def wallet_cash_get_with_http_info(x_api_key, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_cash_get ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'x_api_key' is set
|
42
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_cash_get"
|
44
|
+
end
|
45
|
+
# resource path
|
46
|
+
local_var_path = '/wallet/cash'
|
47
|
+
|
48
|
+
# query parameters
|
49
|
+
query_params = opts[:query_params] || {}
|
50
|
+
|
51
|
+
# header parameters
|
52
|
+
header_params = opts[:header_params] || {}
|
53
|
+
# HTTP header 'Accept' (if needed)
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
55
|
+
header_params[:'X-API-KEY'] = x_api_key
|
56
|
+
|
57
|
+
# form parameters
|
58
|
+
form_params = opts[:form_params] || {}
|
59
|
+
|
60
|
+
# http body (model)
|
61
|
+
post_body = opts[:debug_body]
|
62
|
+
|
63
|
+
# return_type
|
64
|
+
return_type = opts[:debug_return_type] || 'WalletCashSuccess'
|
65
|
+
|
66
|
+
# auth_names
|
67
|
+
auth_names = opts[:debug_auth_names] || []
|
68
|
+
|
69
|
+
new_options = opts.merge(
|
70
|
+
:operation => :"WalletApi.wallet_cash_get",
|
71
|
+
:header_params => header_params,
|
72
|
+
:query_params => query_params,
|
73
|
+
:form_params => form_params,
|
74
|
+
:body => post_body,
|
75
|
+
:auth_names => auth_names,
|
76
|
+
:return_type => return_type
|
77
|
+
)
|
78
|
+
|
79
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
80
|
+
if @api_client.config.debugging
|
81
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_cash_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
82
|
+
end
|
83
|
+
return data, status_code, headers
|
84
|
+
end
|
85
|
+
|
86
|
+
# 取引余力(現物)(銘柄指定)
|
87
|
+
# 指定した銘柄の取引余力(現物)を取得します
|
88
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
89
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>東証</td> </tr> <tr> <td>3</td> <td>名証</td> </tr> <tr> <td>5</td> <td>福証</td> </tr> <tr> <td>6</td> <td>札証</td> </tr> </tbody> </table>
|
90
|
+
# @param [Hash] opts the optional parameters
|
91
|
+
# @return [WalletCashSuccess]
|
92
|
+
def wallet_cash_symbol_get(x_api_key, symbol, opts = {})
|
93
|
+
data, _status_code, _headers = wallet_cash_symbol_get_with_http_info(x_api_key, symbol, opts)
|
94
|
+
data
|
95
|
+
end
|
96
|
+
|
97
|
+
# 取引余力(現物)(銘柄指定)
|
98
|
+
# 指定した銘柄の取引余力(現物)を取得します
|
99
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
100
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>東証</td> </tr> <tr> <td>3</td> <td>名証</td> </tr> <tr> <td>5</td> <td>福証</td> </tr> <tr> <td>6</td> <td>札証</td> </tr> </tbody> </table>
|
101
|
+
# @param [Hash] opts the optional parameters
|
102
|
+
# @return [Array<(WalletCashSuccess, Integer, Hash)>] WalletCashSuccess data, response status code and response headers
|
103
|
+
def wallet_cash_symbol_get_with_http_info(x_api_key, symbol, opts = {})
|
104
|
+
if @api_client.config.debugging
|
105
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_cash_symbol_get ...'
|
106
|
+
end
|
107
|
+
# verify the required parameter 'x_api_key' is set
|
108
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
109
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_cash_symbol_get"
|
110
|
+
end
|
111
|
+
# verify the required parameter 'symbol' is set
|
112
|
+
if @api_client.config.client_side_validation && symbol.nil?
|
113
|
+
fail ArgumentError, "Missing the required parameter 'symbol' when calling WalletApi.wallet_cash_symbol_get"
|
114
|
+
end
|
115
|
+
# resource path
|
116
|
+
local_var_path = '/wallet/cash/{symbol}'.sub('{' + 'symbol' + '}', CGI.escape(symbol.to_s))
|
117
|
+
|
118
|
+
# query parameters
|
119
|
+
query_params = opts[:query_params] || {}
|
120
|
+
|
121
|
+
# header parameters
|
122
|
+
header_params = opts[:header_params] || {}
|
123
|
+
# HTTP header 'Accept' (if needed)
|
124
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
125
|
+
header_params[:'X-API-KEY'] = x_api_key
|
126
|
+
|
127
|
+
# form parameters
|
128
|
+
form_params = opts[:form_params] || {}
|
129
|
+
|
130
|
+
# http body (model)
|
131
|
+
post_body = opts[:debug_body]
|
132
|
+
|
133
|
+
# return_type
|
134
|
+
return_type = opts[:debug_return_type] || 'WalletCashSuccess'
|
135
|
+
|
136
|
+
# auth_names
|
137
|
+
auth_names = opts[:debug_auth_names] || []
|
138
|
+
|
139
|
+
new_options = opts.merge(
|
140
|
+
:operation => :"WalletApi.wallet_cash_symbol_get",
|
141
|
+
:header_params => header_params,
|
142
|
+
:query_params => query_params,
|
143
|
+
:form_params => form_params,
|
144
|
+
:body => post_body,
|
145
|
+
:auth_names => auth_names,
|
146
|
+
:return_type => return_type
|
147
|
+
)
|
148
|
+
|
149
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
150
|
+
if @api_client.config.debugging
|
151
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_cash_symbol_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
152
|
+
end
|
153
|
+
return data, status_code, headers
|
154
|
+
end
|
155
|
+
|
156
|
+
# 取引余力(先物)
|
157
|
+
# 口座の取引余力(先物)を取得します
|
158
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
159
|
+
# @param [Hash] opts the optional parameters
|
160
|
+
# @return [WalletFutureSuccess]
|
161
|
+
def wallet_future_get(x_api_key, opts = {})
|
162
|
+
data, _status_code, _headers = wallet_future_get_with_http_info(x_api_key, opts)
|
163
|
+
data
|
164
|
+
end
|
165
|
+
|
166
|
+
# 取引余力(先物)
|
167
|
+
# 口座の取引余力(先物)を取得します
|
168
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
169
|
+
# @param [Hash] opts the optional parameters
|
170
|
+
# @return [Array<(WalletFutureSuccess, Integer, Hash)>] WalletFutureSuccess data, response status code and response headers
|
171
|
+
def wallet_future_get_with_http_info(x_api_key, opts = {})
|
172
|
+
if @api_client.config.debugging
|
173
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_future_get ...'
|
174
|
+
end
|
175
|
+
# verify the required parameter 'x_api_key' is set
|
176
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
177
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_future_get"
|
178
|
+
end
|
179
|
+
# resource path
|
180
|
+
local_var_path = '/wallet/future'
|
181
|
+
|
182
|
+
# query parameters
|
183
|
+
query_params = opts[:query_params] || {}
|
184
|
+
|
185
|
+
# header parameters
|
186
|
+
header_params = opts[:header_params] || {}
|
187
|
+
# HTTP header 'Accept' (if needed)
|
188
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
189
|
+
header_params[:'X-API-KEY'] = x_api_key
|
190
|
+
|
191
|
+
# form parameters
|
192
|
+
form_params = opts[:form_params] || {}
|
193
|
+
|
194
|
+
# http body (model)
|
195
|
+
post_body = opts[:debug_body]
|
196
|
+
|
197
|
+
# return_type
|
198
|
+
return_type = opts[:debug_return_type] || 'WalletFutureSuccess'
|
199
|
+
|
200
|
+
# auth_names
|
201
|
+
auth_names = opts[:debug_auth_names] || []
|
202
|
+
|
203
|
+
new_options = opts.merge(
|
204
|
+
:operation => :"WalletApi.wallet_future_get",
|
205
|
+
:header_params => header_params,
|
206
|
+
:query_params => query_params,
|
207
|
+
:form_params => form_params,
|
208
|
+
:body => post_body,
|
209
|
+
:auth_names => auth_names,
|
210
|
+
:return_type => return_type
|
211
|
+
)
|
212
|
+
|
213
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
214
|
+
if @api_client.config.debugging
|
215
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_future_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
216
|
+
end
|
217
|
+
return data, status_code, headers
|
218
|
+
end
|
219
|
+
|
220
|
+
# 取引余力(先物)(銘柄指定)
|
221
|
+
# 指定した銘柄の取引余力(先物)を取得します
|
222
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
223
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 ※SOR市場は取扱っておりませんのでご注意ください。<b>市場コード</b><br> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>2</td> <td>日通し</td> </tr> <tr> <td>23</td> <td>日中</td> </tr> <tr> <td>24</td> <td>夜間</td> </tr> </tbody> </table>
|
224
|
+
# @param [Hash] opts the optional parameters
|
225
|
+
# @return [WalletFutureSuccess]
|
226
|
+
def wallet_future_symbol_get(x_api_key, symbol, opts = {})
|
227
|
+
data, _status_code, _headers = wallet_future_symbol_get_with_http_info(x_api_key, symbol, opts)
|
228
|
+
data
|
229
|
+
end
|
230
|
+
|
231
|
+
# 取引余力(先物)(銘柄指定)
|
232
|
+
# 指定した銘柄の取引余力(先物)を取得します
|
233
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
234
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 ※SOR市場は取扱っておりませんのでご注意ください。<b>市場コード</b><br> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>2</td> <td>日通し</td> </tr> <tr> <td>23</td> <td>日中</td> </tr> <tr> <td>24</td> <td>夜間</td> </tr> </tbody> </table>
|
235
|
+
# @param [Hash] opts the optional parameters
|
236
|
+
# @return [Array<(WalletFutureSuccess, Integer, Hash)>] WalletFutureSuccess data, response status code and response headers
|
237
|
+
def wallet_future_symbol_get_with_http_info(x_api_key, symbol, opts = {})
|
238
|
+
if @api_client.config.debugging
|
239
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_future_symbol_get ...'
|
240
|
+
end
|
241
|
+
# verify the required parameter 'x_api_key' is set
|
242
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
243
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_future_symbol_get"
|
244
|
+
end
|
245
|
+
# verify the required parameter 'symbol' is set
|
246
|
+
if @api_client.config.client_side_validation && symbol.nil?
|
247
|
+
fail ArgumentError, "Missing the required parameter 'symbol' when calling WalletApi.wallet_future_symbol_get"
|
248
|
+
end
|
249
|
+
# resource path
|
250
|
+
local_var_path = '/wallet/future/{symbol}'.sub('{' + 'symbol' + '}', CGI.escape(symbol.to_s))
|
251
|
+
|
252
|
+
# query parameters
|
253
|
+
query_params = opts[:query_params] || {}
|
254
|
+
|
255
|
+
# header parameters
|
256
|
+
header_params = opts[:header_params] || {}
|
257
|
+
# HTTP header 'Accept' (if needed)
|
258
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
259
|
+
header_params[:'X-API-KEY'] = x_api_key
|
260
|
+
|
261
|
+
# form parameters
|
262
|
+
form_params = opts[:form_params] || {}
|
263
|
+
|
264
|
+
# http body (model)
|
265
|
+
post_body = opts[:debug_body]
|
266
|
+
|
267
|
+
# return_type
|
268
|
+
return_type = opts[:debug_return_type] || 'WalletFutureSuccess'
|
269
|
+
|
270
|
+
# auth_names
|
271
|
+
auth_names = opts[:debug_auth_names] || []
|
272
|
+
|
273
|
+
new_options = opts.merge(
|
274
|
+
:operation => :"WalletApi.wallet_future_symbol_get",
|
275
|
+
:header_params => header_params,
|
276
|
+
:query_params => query_params,
|
277
|
+
:form_params => form_params,
|
278
|
+
:body => post_body,
|
279
|
+
:auth_names => auth_names,
|
280
|
+
:return_type => return_type
|
281
|
+
)
|
282
|
+
|
283
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
284
|
+
if @api_client.config.debugging
|
285
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_future_symbol_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
286
|
+
end
|
287
|
+
return data, status_code, headers
|
288
|
+
end
|
289
|
+
|
290
|
+
# 取引余力(信用)
|
291
|
+
# 口座の取引余力(信用)を取得します
|
292
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
293
|
+
# @param [Hash] opts the optional parameters
|
294
|
+
# @return [WalletMarginSuccess]
|
295
|
+
def wallet_margin_get(x_api_key, opts = {})
|
296
|
+
data, _status_code, _headers = wallet_margin_get_with_http_info(x_api_key, opts)
|
297
|
+
data
|
298
|
+
end
|
299
|
+
|
300
|
+
# 取引余力(信用)
|
301
|
+
# 口座の取引余力(信用)を取得します
|
302
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
303
|
+
# @param [Hash] opts the optional parameters
|
304
|
+
# @return [Array<(WalletMarginSuccess, Integer, Hash)>] WalletMarginSuccess data, response status code and response headers
|
305
|
+
def wallet_margin_get_with_http_info(x_api_key, opts = {})
|
306
|
+
if @api_client.config.debugging
|
307
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_margin_get ...'
|
308
|
+
end
|
309
|
+
# verify the required parameter 'x_api_key' is set
|
310
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
311
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_margin_get"
|
312
|
+
end
|
313
|
+
# resource path
|
314
|
+
local_var_path = '/wallet/margin'
|
315
|
+
|
316
|
+
# query parameters
|
317
|
+
query_params = opts[:query_params] || {}
|
318
|
+
|
319
|
+
# header parameters
|
320
|
+
header_params = opts[:header_params] || {}
|
321
|
+
# HTTP header 'Accept' (if needed)
|
322
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
323
|
+
header_params[:'X-API-KEY'] = x_api_key
|
324
|
+
|
325
|
+
# form parameters
|
326
|
+
form_params = opts[:form_params] || {}
|
327
|
+
|
328
|
+
# http body (model)
|
329
|
+
post_body = opts[:debug_body]
|
330
|
+
|
331
|
+
# return_type
|
332
|
+
return_type = opts[:debug_return_type] || 'WalletMarginSuccess'
|
333
|
+
|
334
|
+
# auth_names
|
335
|
+
auth_names = opts[:debug_auth_names] || []
|
336
|
+
|
337
|
+
new_options = opts.merge(
|
338
|
+
:operation => :"WalletApi.wallet_margin_get",
|
339
|
+
:header_params => header_params,
|
340
|
+
:query_params => query_params,
|
341
|
+
:form_params => form_params,
|
342
|
+
:body => post_body,
|
343
|
+
:auth_names => auth_names,
|
344
|
+
:return_type => return_type
|
345
|
+
)
|
346
|
+
|
347
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
348
|
+
if @api_client.config.debugging
|
349
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_margin_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
350
|
+
end
|
351
|
+
return data, status_code, headers
|
352
|
+
end
|
353
|
+
|
354
|
+
# 取引余力(信用)(銘柄指定)
|
355
|
+
# 指定した銘柄の取引余力(信用)を取得します
|
356
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
357
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>東証</td> </tr> <tr> <td>3</td> <td>名証</td> </tr> </tbody> </table>
|
358
|
+
# @param [Hash] opts the optional parameters
|
359
|
+
# @return [WalletMarginSuccess]
|
360
|
+
def wallet_margin_symbol_get(x_api_key, symbol, opts = {})
|
361
|
+
data, _status_code, _headers = wallet_margin_symbol_get_with_http_info(x_api_key, symbol, opts)
|
362
|
+
data
|
363
|
+
end
|
364
|
+
|
365
|
+
# 取引余力(信用)(銘柄指定)
|
366
|
+
# 指定した銘柄の取引余力(信用)を取得します
|
367
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
368
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>東証</td> </tr> <tr> <td>3</td> <td>名証</td> </tr> </tbody> </table>
|
369
|
+
# @param [Hash] opts the optional parameters
|
370
|
+
# @return [Array<(WalletMarginSuccess, Integer, Hash)>] WalletMarginSuccess data, response status code and response headers
|
371
|
+
def wallet_margin_symbol_get_with_http_info(x_api_key, symbol, opts = {})
|
372
|
+
if @api_client.config.debugging
|
373
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_margin_symbol_get ...'
|
374
|
+
end
|
375
|
+
# verify the required parameter 'x_api_key' is set
|
376
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
377
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_margin_symbol_get"
|
378
|
+
end
|
379
|
+
# verify the required parameter 'symbol' is set
|
380
|
+
if @api_client.config.client_side_validation && symbol.nil?
|
381
|
+
fail ArgumentError, "Missing the required parameter 'symbol' when calling WalletApi.wallet_margin_symbol_get"
|
382
|
+
end
|
383
|
+
# resource path
|
384
|
+
local_var_path = '/wallet/margin/{symbol}'.sub('{' + 'symbol' + '}', CGI.escape(symbol.to_s))
|
385
|
+
|
386
|
+
# query parameters
|
387
|
+
query_params = opts[:query_params] || {}
|
388
|
+
|
389
|
+
# header parameters
|
390
|
+
header_params = opts[:header_params] || {}
|
391
|
+
# HTTP header 'Accept' (if needed)
|
392
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
393
|
+
header_params[:'X-API-KEY'] = x_api_key
|
394
|
+
|
395
|
+
# form parameters
|
396
|
+
form_params = opts[:form_params] || {}
|
397
|
+
|
398
|
+
# http body (model)
|
399
|
+
post_body = opts[:debug_body]
|
400
|
+
|
401
|
+
# return_type
|
402
|
+
return_type = opts[:debug_return_type] || 'WalletMarginSuccess'
|
403
|
+
|
404
|
+
# auth_names
|
405
|
+
auth_names = opts[:debug_auth_names] || []
|
406
|
+
|
407
|
+
new_options = opts.merge(
|
408
|
+
:operation => :"WalletApi.wallet_margin_symbol_get",
|
409
|
+
:header_params => header_params,
|
410
|
+
:query_params => query_params,
|
411
|
+
:form_params => form_params,
|
412
|
+
:body => post_body,
|
413
|
+
:auth_names => auth_names,
|
414
|
+
:return_type => return_type
|
415
|
+
)
|
416
|
+
|
417
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
418
|
+
if @api_client.config.debugging
|
419
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_margin_symbol_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
420
|
+
end
|
421
|
+
return data, status_code, headers
|
422
|
+
end
|
423
|
+
|
424
|
+
# 取引余力(オプション)
|
425
|
+
# 口座の取引余力(オプション)を取得します
|
426
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
427
|
+
# @param [Hash] opts the optional parameters
|
428
|
+
# @return [WalletOptionSuccess]
|
429
|
+
def wallet_option_get(x_api_key, opts = {})
|
430
|
+
data, _status_code, _headers = wallet_option_get_with_http_info(x_api_key, opts)
|
431
|
+
data
|
432
|
+
end
|
433
|
+
|
434
|
+
# 取引余力(オプション)
|
435
|
+
# 口座の取引余力(オプション)を取得します
|
436
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
437
|
+
# @param [Hash] opts the optional parameters
|
438
|
+
# @return [Array<(WalletOptionSuccess, Integer, Hash)>] WalletOptionSuccess data, response status code and response headers
|
439
|
+
def wallet_option_get_with_http_info(x_api_key, opts = {})
|
440
|
+
if @api_client.config.debugging
|
441
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_option_get ...'
|
442
|
+
end
|
443
|
+
# verify the required parameter 'x_api_key' is set
|
444
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
445
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_option_get"
|
446
|
+
end
|
447
|
+
# resource path
|
448
|
+
local_var_path = '/wallet/option'
|
449
|
+
|
450
|
+
# query parameters
|
451
|
+
query_params = opts[:query_params] || {}
|
452
|
+
|
453
|
+
# header parameters
|
454
|
+
header_params = opts[:header_params] || {}
|
455
|
+
# HTTP header 'Accept' (if needed)
|
456
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
457
|
+
header_params[:'X-API-KEY'] = x_api_key
|
458
|
+
|
459
|
+
# form parameters
|
460
|
+
form_params = opts[:form_params] || {}
|
461
|
+
|
462
|
+
# http body (model)
|
463
|
+
post_body = opts[:debug_body]
|
464
|
+
|
465
|
+
# return_type
|
466
|
+
return_type = opts[:debug_return_type] || 'WalletOptionSuccess'
|
467
|
+
|
468
|
+
# auth_names
|
469
|
+
auth_names = opts[:debug_auth_names] || []
|
470
|
+
|
471
|
+
new_options = opts.merge(
|
472
|
+
:operation => :"WalletApi.wallet_option_get",
|
473
|
+
:header_params => header_params,
|
474
|
+
:query_params => query_params,
|
475
|
+
:form_params => form_params,
|
476
|
+
:body => post_body,
|
477
|
+
:auth_names => auth_names,
|
478
|
+
:return_type => return_type
|
479
|
+
)
|
480
|
+
|
481
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
482
|
+
if @api_client.config.debugging
|
483
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_option_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
484
|
+
end
|
485
|
+
return data, status_code, headers
|
486
|
+
end
|
487
|
+
|
488
|
+
# 取引余力(オプション)(銘柄指定)
|
489
|
+
# 指定した銘柄の取引余力(オプション)を取得します
|
490
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
491
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>2</td> <td>日通し</td> </tr> <tr> <td>23</td> <td>日中</td> </tr> <tr> <td>24</td> <td>夜間</td> </tr> </tbody> </table>
|
492
|
+
# @param [Hash] opts the optional parameters
|
493
|
+
# @return [WalletOptionSuccess]
|
494
|
+
def wallet_option_symbol_get(x_api_key, symbol, opts = {})
|
495
|
+
data, _status_code, _headers = wallet_option_symbol_get_with_http_info(x_api_key, symbol, opts)
|
496
|
+
data
|
497
|
+
end
|
498
|
+
|
499
|
+
# 取引余力(オプション)(銘柄指定)
|
500
|
+
# 指定した銘柄の取引余力(オプション)を取得します
|
501
|
+
# @param x_api_key [String] トークン発行メソッドで取得した文字列
|
502
|
+
# @param symbol [String] 銘柄コード <br> ※次の形式で入力してください。<br> [銘柄コード]@[市場コード]<br> ※市場コードは下記の定義値から選択してください。 <b>市場コード</b> <table> <thead> <tr> <th>定義値</th> <th>説明</th> </tr> </thead> <tbody> <tr> <td>2</td> <td>日通し</td> </tr> <tr> <td>23</td> <td>日中</td> </tr> <tr> <td>24</td> <td>夜間</td> </tr> </tbody> </table>
|
503
|
+
# @param [Hash] opts the optional parameters
|
504
|
+
# @return [Array<(WalletOptionSuccess, Integer, Hash)>] WalletOptionSuccess data, response status code and response headers
|
505
|
+
def wallet_option_symbol_get_with_http_info(x_api_key, symbol, opts = {})
|
506
|
+
if @api_client.config.debugging
|
507
|
+
@api_client.config.logger.debug 'Calling API: WalletApi.wallet_option_symbol_get ...'
|
508
|
+
end
|
509
|
+
# verify the required parameter 'x_api_key' is set
|
510
|
+
if @api_client.config.client_side_validation && x_api_key.nil?
|
511
|
+
fail ArgumentError, "Missing the required parameter 'x_api_key' when calling WalletApi.wallet_option_symbol_get"
|
512
|
+
end
|
513
|
+
# verify the required parameter 'symbol' is set
|
514
|
+
if @api_client.config.client_side_validation && symbol.nil?
|
515
|
+
fail ArgumentError, "Missing the required parameter 'symbol' when calling WalletApi.wallet_option_symbol_get"
|
516
|
+
end
|
517
|
+
# resource path
|
518
|
+
local_var_path = '/wallet/option/{symbol}'.sub('{' + 'symbol' + '}', CGI.escape(symbol.to_s))
|
519
|
+
|
520
|
+
# query parameters
|
521
|
+
query_params = opts[:query_params] || {}
|
522
|
+
|
523
|
+
# header parameters
|
524
|
+
header_params = opts[:header_params] || {}
|
525
|
+
# HTTP header 'Accept' (if needed)
|
526
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
527
|
+
header_params[:'X-API-KEY'] = x_api_key
|
528
|
+
|
529
|
+
# form parameters
|
530
|
+
form_params = opts[:form_params] || {}
|
531
|
+
|
532
|
+
# http body (model)
|
533
|
+
post_body = opts[:debug_body]
|
534
|
+
|
535
|
+
# return_type
|
536
|
+
return_type = opts[:debug_return_type] || 'WalletOptionSuccess'
|
537
|
+
|
538
|
+
# auth_names
|
539
|
+
auth_names = opts[:debug_auth_names] || []
|
540
|
+
|
541
|
+
new_options = opts.merge(
|
542
|
+
:operation => :"WalletApi.wallet_option_symbol_get",
|
543
|
+
:header_params => header_params,
|
544
|
+
:query_params => query_params,
|
545
|
+
:form_params => form_params,
|
546
|
+
:body => post_body,
|
547
|
+
:auth_names => auth_names,
|
548
|
+
:return_type => return_type
|
549
|
+
)
|
550
|
+
|
551
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
552
|
+
if @api_client.config.debugging
|
553
|
+
@api_client.config.logger.debug "API called: WalletApi#wallet_option_symbol_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
554
|
+
end
|
555
|
+
return data, status_code, headers
|
556
|
+
end
|
557
|
+
end
|
558
|
+
end
|