upstox-python-sdk 2.29.0__tar.gz → 2.30.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (395) hide show
  1. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/PKG-INFO +17 -4
  2. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/setup.py +1 -1
  3. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/__init__.py +2 -0
  4. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/market_quote_v3_api.py +91 -0
  5. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api_client.py +1 -1
  6. upstox_python_sdk-2.30.0/upstox_client/feeder/proto/MarketDataFeedV3_pb2.py +75 -0
  7. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/__init__.py +2 -0
  8. upstox_python_sdk-2.30.0/upstox_client/models/get_full_market_quote_response_v3.py +142 -0
  9. upstox_python_sdk-2.30.0/upstox_client/models/market_quote_symbol_v3.py +836 -0
  10. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_python_sdk.egg-info/PKG-INFO +17 -4
  11. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_python_sdk.egg-info/SOURCES.txt +2 -0
  12. upstox-python-sdk-2.29.0/upstox_client/feeder/proto/MarketDataFeedV3_pb2.py +0 -63
  13. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/LICENSE.txt +0 -0
  14. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/README.md +0 -0
  15. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/setup.cfg +0 -0
  16. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/__init__.py +0 -0
  17. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/sanity_test.py +0 -0
  18. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_analytics_data.py +0 -0
  19. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_api_gateway_error_response.py +0 -0
  20. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_batch_execution_summary.py +0 -0
  21. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_brokerage_data.py +0 -0
  22. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_brokerage_taxes.py +0 -0
  23. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_brokerage_wrapper_data.py +0 -0
  24. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_or_exit_multi_order_data.py +0 -0
  25. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_or_exit_multi_order_response.py +0 -0
  26. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_or_exit_order_error_data.py +0 -0
  27. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_order_data.py +0 -0
  28. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_order_response.py +0 -0
  29. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_cancel_order_v3_response.py +0 -0
  30. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_charge_api.py +0 -0
  31. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_convert_position_data.py +0 -0
  32. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_convert_position_request.py +0 -0
  33. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_convert_position_response.py +0 -0
  34. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_depth.py +0 -0
  35. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_depth_map.py +0 -0
  36. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_dp_plan.py +0 -0
  37. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_exchange_timing_data.py +0 -0
  38. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_brokerage_response.py +0 -0
  39. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_exchange_timing_response.py +0 -0
  40. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_full_market_quote_response.py +0 -0
  41. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_gtt_order_response.py +0 -0
  42. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_historical_candle_response.py +0 -0
  43. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_holdings_response.py +0 -0
  44. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_holiday_response.py +0 -0
  45. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_intra_day_candle_response.py +0 -0
  46. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_market_quote_last_traded_price_response.py +0 -0
  47. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_market_quote_ohlc_response.py +0 -0
  48. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_market_status_response.py +0 -0
  49. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_option_chain_response.py +0 -0
  50. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_option_contract_response.py +0 -0
  51. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_order_book_response.py +0 -0
  52. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_order_details_response.py +0 -0
  53. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_order_response.py +0 -0
  54. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_position_response.py +0 -0
  55. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_profile_response.py +0 -0
  56. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_profit_and_loss_charges_response.py +0 -0
  57. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_trade_response.py +0 -0
  58. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_trade_wise_profit_and_loss_data_response.py +0 -0
  59. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
  60. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_get_user_fund_margin_response.py +0 -0
  61. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_cancel_order_request.py +0 -0
  62. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_modify_order_request.py +0 -0
  63. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_order_data.py +0 -0
  64. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_order_details.py +0 -0
  65. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_place_order_request.py +0 -0
  66. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_rule.py +0 -0
  67. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_gtt_trigger_order_response.py +0 -0
  68. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_historical_candle_data.py +0 -0
  69. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_history_api.py +0 -0
  70. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_holdings_data.py +0 -0
  71. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_holiday_data.py +0 -0
  72. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_indie_user_init_token_data.py +0 -0
  73. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_indie_user_init_token_response.py +0 -0
  74. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_indie_user_token_request.py +0 -0
  75. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_instrument.py +0 -0
  76. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_instrument_data.py +0 -0
  77. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_intra_day_candle_data.py +0 -0
  78. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_login_api.py +0 -0
  79. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_logout_response.py +0 -0
  80. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_margin.py +0 -0
  81. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_margin_data.py +0 -0
  82. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_margin_request.py +0 -0
  83. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_data.py +0 -0
  84. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_holidays_and_timings_api.py +0 -0
  85. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_quote_api.py +0 -0
  86. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_quote_ohlc.py +0 -0
  87. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_quote_symbol.py +0 -0
  88. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_quote_symbol_ltp.py +0 -0
  89. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_market_status_data.py +0 -0
  90. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_modify_order_data.py +0 -0
  91. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_modify_order_request.py +0 -0
  92. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_modify_order_response.py +0 -0
  93. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_modify_order_v3_response.py +0 -0
  94. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_data.py +0 -0
  95. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_error.py +0 -0
  96. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_request.py +0 -0
  97. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_response.py +0 -0
  98. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_summary.py +0 -0
  99. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_multi_order_v3_data.py +0 -0
  100. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_o_auth_client_exception.py +0 -0
  101. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_o_auth_client_exception_cause.py +0 -0
  102. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_o_auth_client_exception_cause_stack_trace.py +0 -0
  103. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_o_auth_client_exception_cause_suppressed.py +0 -0
  104. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_ohlc.py +0 -0
  105. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_option_strike_data.py +0 -0
  106. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_options_api.py +0 -0
  107. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_order_api.py +0 -0
  108. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_order_book_data.py +0 -0
  109. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_order_controller_v_3_api.py +0 -0
  110. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_order_data.py +0 -0
  111. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_order_metadata.py +0 -0
  112. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_other_taxes.py +0 -0
  113. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_place_order_data.py +0 -0
  114. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_place_order_request.py +0 -0
  115. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_place_order_response.py +0 -0
  116. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_place_order_v3_request.py +0 -0
  117. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_place_order_v3_response.py +0 -0
  118. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_portfolio_api.py +0 -0
  119. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_position_data.py +0 -0
  120. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_post_margin_response.py +0 -0
  121. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_post_trade_api.py +0 -0
  122. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_problem.py +0 -0
  123. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profile_data.py +0 -0
  124. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_charges_data.py +0 -0
  125. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_charges_taxes.py +0 -0
  126. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_charges_wrapper_data.py +0 -0
  127. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_meta_data.py +0 -0
  128. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_meta_data_wrapper.py +0 -0
  129. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_profit_and_loss_other_charges_taxes.py +0 -0
  130. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_put_call_option_chain_data.py +0 -0
  131. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_rule.py +0 -0
  132. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_token_request.py +0 -0
  133. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_token_response.py +0 -0
  134. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_data.py +0 -0
  135. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_history_response.py +0 -0
  136. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_history_response_meta_data.py +0 -0
  137. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_history_response_page_data.py +0 -0
  138. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_history_response_trade_data.py +0 -0
  139. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_profit_and_loss_api.py +0 -0
  140. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_wise_meta_data.py +0 -0
  141. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_trade_wise_profit_and_loss_data.py +0 -0
  142. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_user_api.py +0 -0
  143. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_user_fund_margin_data.py +0 -0
  144. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_websocket_api.py +0 -0
  145. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_websocket_auth_redirect_response.py +0 -0
  146. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/test/test_websocket_auth_redirect_response_data.py +0 -0
  147. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/__init__.py +0 -0
  148. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/charge_api.py +0 -0
  149. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/expired_instrument_api.py +0 -0
  150. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/fundamentals_api.py +0 -0
  151. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/history_api.py +0 -0
  152. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/history_v3_api.py +0 -0
  153. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/instruments_api.py +0 -0
  154. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/ipo_api.py +0 -0
  155. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/login_api.py +0 -0
  156. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/market_api.py +0 -0
  157. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/market_holidays_and_timings_api.py +0 -0
  158. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/market_quote_api.py +0 -0
  159. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/mutual_fund_api.py +0 -0
  160. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/news_api.py +0 -0
  161. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/options_api.py +0 -0
  162. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/order_api.py +0 -0
  163. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/order_controller_v_3_api.py +0 -0
  164. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/portfolio_api.py +0 -0
  165. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/post_trade_api.py +0 -0
  166. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/trade_profit_and_loss_api.py +0 -0
  167. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/user_api.py +0 -0
  168. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/api/websocket_api.py +0 -0
  169. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/configuration.py +0 -0
  170. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/__init__.py +0 -0
  171. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/feeder.py +0 -0
  172. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/market_data_feeder_v3.py +0 -0
  173. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/market_data_streamer_v3.py +0 -0
  174. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/portfolio_data_feeder.py +0 -0
  175. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/portfolio_data_streamer.py +0 -0
  176. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/proto/__init__.py +0 -0
  177. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/feeder/streamer.py +0 -0
  178. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/analytics_data.py +0 -0
  179. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/analytics_response.py +0 -0
  180. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/api_gateway_error_response.py +0 -0
  181. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/available_to_trade.py +0 -0
  182. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/balance_sheet_data.py +0 -0
  183. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/balance_sheet_history_item.py +0 -0
  184. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/balance_sheet_response.py +0 -0
  185. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/batch_execution_summary.py +0 -0
  186. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/brokerage_data.py +0 -0
  187. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/brokerage_taxes.py +0 -0
  188. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/brokerage_wrapper_data.py +0 -0
  189. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_or_exit_multi_order_data.py +0 -0
  190. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_or_exit_multi_order_response.py +0 -0
  191. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_or_exit_order_error_data.py +0 -0
  192. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_order_data.py +0 -0
  193. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_order_response.py +0 -0
  194. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cancel_order_v3_response.py +0 -0
  195. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_available_to_trade.py +0 -0
  196. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_breakdown.py +0 -0
  197. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_flow_data.py +0 -0
  198. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_flow_entry.py +0 -0
  199. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_flow_response.py +0 -0
  200. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_margin_used.py +0 -0
  201. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/cash_unavailable_to_trade.py +0 -0
  202. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/company_profile_data.py +0 -0
  203. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/company_profile_response.py +0 -0
  204. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/competitor_data.py +0 -0
  205. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/competitors_response.py +0 -0
  206. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/convert_position_data.py +0 -0
  207. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/convert_position_request.py +0 -0
  208. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/convert_position_response.py +0 -0
  209. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/corporate_action_data.py +0 -0
  210. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/corporate_action_event_detail.py +0 -0
  211. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/corporate_actions_response.py +0 -0
  212. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/delivery_margin.py +0 -0
  213. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/depth.py +0 -0
  214. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/depth_map.py +0 -0
  215. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/dp_plan.py +0 -0
  216. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/exchange_timing_data.py +0 -0
  217. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/expired_future_data.py +0 -0
  218. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/family_member_data.py +0 -0
  219. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/financial_statement_entry.py +0 -0
  220. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_brokerage_response.py +0 -0
  221. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_exchange_timing_response.py +0 -0
  222. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_expired_futures_contract_response.py +0 -0
  223. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_expiries.py +0 -0
  224. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_full_market_quote_response.py +0 -0
  225. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_gtt_order_response.py +0 -0
  226. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_historical_candle_response.py +0 -0
  227. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_holdings_response.py +0 -0
  228. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_holiday_response.py +0 -0
  229. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_intra_day_candle_response.py +0 -0
  230. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_quote_last_traded_price_response.py +0 -0
  231. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_quote_last_traded_price_response_v3.py +0 -0
  232. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_quote_ohlc_response.py +0 -0
  233. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_quote_ohlc_response_v3.py +0 -0
  234. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_quote_option_greek_response_v3.py +0 -0
  235. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_market_status_response.py +0 -0
  236. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_mutual_fund_holdings_response.py +0 -0
  237. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_mutual_fund_order_details_response.py +0 -0
  238. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_mutual_fund_orders_response.py +0 -0
  239. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_mutual_fund_sips_response.py +0 -0
  240. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_news_response.py +0 -0
  241. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_option_chain_response.py +0 -0
  242. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_option_contract_response.py +0 -0
  243. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_order_book_response.py +0 -0
  244. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_order_details_response.py +0 -0
  245. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_order_response.py +0 -0
  246. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_position_response.py +0 -0
  247. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_profile_response.py +0 -0
  248. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_profit_and_loss_charges_response.py +0 -0
  249. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_trade_response.py +0 -0
  250. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_trade_wise_profit_and_loss_data_response.py +0 -0
  251. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
  252. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_user_fund_margin_response.py +0 -0
  253. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/get_user_fund_margin_v3_response.py +0 -0
  254. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_cancel_order_request.py +0 -0
  255. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_modify_order_request.py +0 -0
  256. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_order_data.py +0 -0
  257. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_order_details.py +0 -0
  258. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_place_order_request.py +0 -0
  259. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_rule.py +0 -0
  260. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/gtt_trigger_order_response.py +0 -0
  261. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/historical_candle_data.py +0 -0
  262. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/history_item.py +0 -0
  263. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/holdings_data.py +0 -0
  264. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/holiday_data.py +0 -0
  265. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/income_statement_data.py +0 -0
  266. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/income_statement_entry.py +0 -0
  267. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/income_statement_response.py +0 -0
  268. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/indie_user_init_token_data.py +0 -0
  269. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/indie_user_init_token_response.py +0 -0
  270. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/indie_user_token_request.py +0 -0
  271. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/initiate_payout_request.py +0 -0
  272. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/instrument.py +0 -0
  273. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/instrument_data.py +0 -0
  274. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/intra_day_candle_data.py +0 -0
  275. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_apply_data.py +0 -0
  276. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_apply_request.py +0 -0
  277. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_apply_response.py +0 -0
  278. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_bid_request.py +0 -0
  279. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_cancel_data.py +0 -0
  280. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_cancel_response.py +0 -0
  281. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_details_data.py +0 -0
  282. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_details_response.py +0 -0
  283. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_investor_type.py +0 -0
  284. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_listing_data.py +0 -0
  285. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_listing_response.py +0 -0
  286. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_meta_data.py +0 -0
  287. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_order_bid.py +0 -0
  288. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_order_data.py +0 -0
  289. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_order_detail_response.py +0 -0
  290. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_order_response.py +0 -0
  291. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_registrar_info.py +0 -0
  292. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ipo_timeline.py +0 -0
  293. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/key_ratio_data.py +0 -0
  294. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/key_ratios_response.py +0 -0
  295. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/kill_switch_response.py +0 -0
  296. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/kill_switch_segment_data.py +0 -0
  297. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/kill_switch_segment_update_request.py +0 -0
  298. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/logout_response.py +0 -0
  299. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/loss.py +0 -0
  300. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/margin.py +0 -0
  301. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/margin_data.py +0 -0
  302. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/margin_from_pledge.py +0 -0
  303. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/margin_request.py +0 -0
  304. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_data.py +0 -0
  305. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_ohlc.py +0 -0
  306. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_ohlcv3.py +0 -0
  307. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_option_greek_v3.py +0 -0
  308. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_symbol.py +0 -0
  309. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_symbol_ltp.py +0 -0
  310. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_quote_symbol_ltp_v3.py +0 -0
  311. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/market_status_data.py +0 -0
  312. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/modify_order_data.py +0 -0
  313. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/modify_order_request.py +0 -0
  314. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/modify_order_response.py +0 -0
  315. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/modify_order_v3_response.py +0 -0
  316. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/modify_payout_request.py +0 -0
  317. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_data.py +0 -0
  318. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_error.py +0 -0
  319. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_request.py +0 -0
  320. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_response.py +0 -0
  321. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_summary.py +0 -0
  322. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/multi_order_v3_data.py +0 -0
  323. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/mutual_fund_holding_data.py +0 -0
  324. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/mutual_fund_meta_data.py +0 -0
  325. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/mutual_fund_order_data.py +0 -0
  326. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/mutual_fund_sip_data.py +0 -0
  327. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/news_item_data.py +0 -0
  328. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/news_response_meta_data.py +0 -0
  329. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/news_response_page_data.py +0 -0
  330. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/o_auth_client_exception.py +0 -0
  331. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/o_auth_client_exception_cause.py +0 -0
  332. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/o_auth_client_exception_cause_stack_trace.py +0 -0
  333. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/o_auth_client_exception_cause_suppressed.py +0 -0
  334. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ohlc.py +0 -0
  335. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/ohlc_v3.py +0 -0
  336. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/option_strike_data.py +0 -0
  337. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/order_book_data.py +0 -0
  338. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/order_data.py +0 -0
  339. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/order_metadata.py +0 -0
  340. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/other_taxes.py +0 -0
  341. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/pagination.py +0 -0
  342. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payment_history_data.py +0 -0
  343. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payment_history_response.py +0 -0
  344. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payout_details.py +0 -0
  345. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payout_details_response.py +0 -0
  346. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payout_modes_data.py +0 -0
  347. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/payout_modes_response.py +0 -0
  348. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/place_order_data.py +0 -0
  349. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/place_order_request.py +0 -0
  350. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/place_order_response.py +0 -0
  351. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/place_order_v3_request.py +0 -0
  352. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/place_order_v3_response.py +0 -0
  353. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/pledge_available_to_trade.py +0 -0
  354. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/pledge_margin_used.py +0 -0
  355. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/pledge_unavailable_to_trade.py +0 -0
  356. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/position_data.py +0 -0
  357. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/post_margin_response.py +0 -0
  358. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/problem.py +0 -0
  359. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profile_data.py +0 -0
  360. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_charges_data.py +0 -0
  361. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_charges_taxes.py +0 -0
  362. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_charges_wrapper_data.py +0 -0
  363. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_meta_data.py +0 -0
  364. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_meta_data_wrapper.py +0 -0
  365. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/profit_and_loss_other_charges_taxes.py +0 -0
  366. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/put_call_option_chain_data.py +0 -0
  367. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/rule.py +0 -0
  368. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/search_instrument_response.py +0 -0
  369. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/search_meta_data.py +0 -0
  370. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/search_page.py +0 -0
  371. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/sector_market_cap_amount.py +0 -0
  372. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/share_holding_data.py +0 -0
  373. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/share_holdings_response.py +0 -0
  374. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/token_request.py +0 -0
  375. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/token_response.py +0 -0
  376. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_data.py +0 -0
  377. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_history_response.py +0 -0
  378. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_history_response_meta_data.py +0 -0
  379. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_history_response_page_data.py +0 -0
  380. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_history_response_trade_data.py +0 -0
  381. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_wise_meta_data.py +0 -0
  382. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/trade_wise_profit_and_loss_data.py +0 -0
  383. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/unavailable_to_trade.py +0 -0
  384. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/unsettled_profit.py +0 -0
  385. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/update_user_ip_request.py +0 -0
  386. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/user_fund_margin_data.py +0 -0
  387. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/user_fund_margin_v3_data.py +0 -0
  388. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/user_ip_response.py +0 -0
  389. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/user_ip_response_data.py +0 -0
  390. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/websocket_auth_redirect_response.py +0 -0
  391. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/models/websocket_auth_redirect_response_data.py +0 -0
  392. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_client/rest.py +0 -0
  393. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_python_sdk.egg-info/dependency_links.txt +0 -0
  394. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_python_sdk.egg-info/requires.txt +0 -0
  395. {upstox-python-sdk-2.29.0 → upstox_python_sdk-2.30.0}/upstox_python_sdk.egg-info/top_level.txt +0 -0
@@ -1,13 +1,27 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: upstox-python-sdk
3
- Version: 2.29.0
3
+ Version: 2.30.0
4
4
  Summary: Upstox Developer API
5
5
  Home-page: https://github.com/upstox/upstox-python
6
6
  License: MIT
7
7
  Keywords: Upstox Developer API
8
- Platform: UNKNOWN
9
8
  Description-Content-Type: text/markdown
10
9
  License-File: LICENSE.txt
10
+ Requires-Dist: urllib3>=1.15
11
+ Requires-Dist: six>=1.10
12
+ Requires-Dist: certifi
13
+ Requires-Dist: python-dateutil
14
+ Requires-Dist: websocket-client
15
+ Requires-Dist: uuid
16
+ Requires-Dist: protobuf
17
+ Dynamic: description
18
+ Dynamic: description-content-type
19
+ Dynamic: home-page
20
+ Dynamic: keywords
21
+ Dynamic: license
22
+ Dynamic: license-file
23
+ Dynamic: requires-dist
24
+ Dynamic: summary
11
25
 
12
26
  # Upstox Python SDK for API v2
13
27
 
@@ -515,4 +529,3 @@ if __name__ == "__main__":
515
529
  - **error**: Signals an error has occurred.
516
530
  - **reconnecting**: Announced when a reconnect attempt is initiated.
517
531
  - **autoReconnectStopped**: Informs when auto-reconnect efforts have ceased after exhausting the retry count.
518
-
@@ -18,7 +18,7 @@ this_directory = Path(__file__).parent
18
18
  long_description = (this_directory / "README.md").read_text()
19
19
 
20
20
  NAME = "upstox-python-sdk"
21
- VERSION = "2.29.0"
21
+ VERSION = "2.30.0"
22
22
  # To install the library, run the following
23
23
  #
24
24
  # python setup.py install
@@ -91,6 +91,7 @@ from upstox_client.models.get_exchange_timing_response import GetExchangeTimingR
91
91
  from upstox_client.models.get_expired_futures_contract_response import GetExpiredFuturesContractResponse
92
92
  from upstox_client.models.get_expiries import GetExpiriesResponse
93
93
  from upstox_client.models.get_full_market_quote_response import GetFullMarketQuoteResponse
94
+ from upstox_client.models.get_full_market_quote_response_v3 import GetFullMarketQuoteResponseV3
94
95
  from upstox_client.models.get_gtt_order_response import GetGttOrderResponse
95
96
  from upstox_client.models.get_historical_candle_response import GetHistoricalCandleResponse
96
97
  from upstox_client.models.get_holdings_response import GetHoldingsResponse
@@ -180,6 +181,7 @@ from upstox_client.models.market_quote_option_greek_v3 import MarketQuoteOptionG
180
181
  from upstox_client.models.market_quote_symbol import MarketQuoteSymbol
181
182
  from upstox_client.models.market_quote_symbol_ltp import MarketQuoteSymbolLtp
182
183
  from upstox_client.models.market_quote_symbol_ltp_v3 import MarketQuoteSymbolLtpV3
184
+ from upstox_client.models.market_quote_symbol_v3 import MarketQuoteSymbolV3
183
185
  from upstox_client.models.market_status_data import MarketStatusData
184
186
  from upstox_client.models.modify_order_data import ModifyOrderData
185
187
  from upstox_client.models.modify_order_request import ModifyOrderRequest
@@ -32,6 +32,97 @@ class MarketQuoteV3Api(object):
32
32
  api_client = ApiClient()
33
33
  self.api_client = api_client
34
34
 
35
+ def get_full_market_quote_v3(self, **kwargs): # noqa: E501
36
+ """Market quotes and instruments - Full market quotes # noqa: E501
37
+
38
+ This API provides the functionality to retrieve the full market quotes for one or more instruments.This API returns the complete market data snapshot of up to 500 instruments in one go, widened to carry every field published on the upstream extended feed. # noqa: E501
39
+ This method makes a synchronous HTTP request by default. To make an
40
+ asynchronous HTTP request, please pass async_req=True
41
+ >>> thread = api.get_full_market_quote_v3(async_req=True)
42
+ >>> result = thread.get()
43
+
44
+ :param async_req bool
45
+ :param str instrument_key: Comma separated list of instrument keys
46
+ :return: GetFullMarketQuoteResponseV3
47
+ If the method is called asynchronously,
48
+ returns the request thread.
49
+ """
50
+ kwargs['_return_http_data_only'] = True
51
+ if kwargs.get('async_req'):
52
+ return self.get_full_market_quote_v3_with_http_info(**kwargs) # noqa: E501
53
+ else:
54
+ (data) = self.get_full_market_quote_v3_with_http_info(**kwargs) # noqa: E501
55
+ return data
56
+
57
+ def get_full_market_quote_v3_with_http_info(self, **kwargs): # noqa: E501
58
+ """Market quotes and instruments - Full market quotes # noqa: E501
59
+
60
+ This API provides the functionality to retrieve the full market quotes for one or more instruments.This API returns the complete market data snapshot of up to 500 instruments in one go, widened to carry every field published on the upstream extended feed. # noqa: E501
61
+ This method makes a synchronous HTTP request by default. To make an
62
+ asynchronous HTTP request, please pass async_req=True
63
+ >>> thread = api.get_full_market_quote_v3_with_http_info(async_req=True)
64
+ >>> result = thread.get()
65
+
66
+ :param async_req bool
67
+ :param str instrument_key: Comma separated list of instrument keys
68
+ :return: GetFullMarketQuoteResponseV3
69
+ If the method is called asynchronously,
70
+ returns the request thread.
71
+ """
72
+
73
+ all_params = ['instrument_key'] # noqa: E501
74
+ all_params.append('async_req')
75
+ all_params.append('_return_http_data_only')
76
+ all_params.append('_preload_content')
77
+ all_params.append('_request_timeout')
78
+
79
+ params = locals()
80
+ for key, val in six.iteritems(params['kwargs']):
81
+ if key not in all_params:
82
+ raise TypeError(
83
+ "Got an unexpected keyword argument '%s'"
84
+ " to method get_full_market_quote_v3" % key
85
+ )
86
+ params[key] = val
87
+ del params['kwargs']
88
+
89
+ collection_formats = {}
90
+
91
+ path_params = {}
92
+
93
+ query_params = []
94
+ if 'instrument_key' in params:
95
+ query_params.append(('instrument_key', params['instrument_key'])) # noqa: E501
96
+
97
+ header_params = {}
98
+
99
+ form_params = []
100
+ local_var_files = {}
101
+
102
+ body_params = None
103
+ # HTTP header `Accept`
104
+ header_params['Accept'] = self.api_client.select_header_accept(
105
+ ['application/json', '*/*']) # noqa: E501
106
+
107
+ # Authentication setting
108
+ auth_settings = ['OAUTH2'] # noqa: E501
109
+
110
+ return self.api_client.call_api(
111
+ '/v3/market-quote/quotes', 'GET',
112
+ path_params,
113
+ query_params,
114
+ header_params,
115
+ body=body_params,
116
+ post_params=form_params,
117
+ files=local_var_files,
118
+ response_type='GetFullMarketQuoteResponseV3', # noqa: E501
119
+ auth_settings=auth_settings,
120
+ async_req=params.get('async_req'),
121
+ _return_http_data_only=params.get('_return_http_data_only'),
122
+ _preload_content=params.get('_preload_content', True),
123
+ _request_timeout=params.get('_request_timeout'),
124
+ collection_formats=collection_formats)
125
+
35
126
  def get_ltp(self, **kwargs): # noqa: E501
36
127
  """Market quotes and instruments - LTP quotes. # noqa: E501
37
128
 
@@ -74,7 +74,7 @@ class ApiClient(object):
74
74
  # Set default User-Agent.
75
75
  self.user_agent = 'Swagger-Codegen/1.0.0/python'
76
76
  self.default_headers["X-Upstox-SDK-Language"] = "python"
77
- self.default_headers["X-Upstox-SDK-Version"] = "2.29.0"
77
+ self.default_headers["X-Upstox-SDK-Version"] = "2.30.0"
78
78
 
79
79
  def __del__(self):
80
80
  try:
@@ -0,0 +1,75 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: MarketDataFeedV3.proto
4
+ # Protobuf Python Version: 4.25.4
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16MarketDataFeedV3.proto\x12,com.upstox.marketdatafeederv3udapi.rpc.proto\x1a\x1egoogle/protobuf/wrappers.proto\"d\n\x04LTPC\x12\x0b\n\x03ltp\x18\x01 \x01(\x01\x12\x0b\n\x03ltt\x18\x02 \x01(\x03\x12\x0b\n\x03ltq\x18\x03 \x01(\x03\x12\n\n\x02\x63p\x18\x04 \x01(\x01\x12)\n\x03iep\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\"W\n\x0bMarketLevel\x12H\n\x0b\x62idAskQuote\x18\x01 \x03(\x0b\x32\x33.com.upstox.marketdatafeederv3udapi.rpc.proto.Quote\"N\n\nMarketOHLC\x12@\n\x04ohlc\x18\x01 \x03(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.OHLC\"?\n\x05Quote\x12\x0c\n\x04\x62idQ\x18\x01 \x01(\x03\x12\x0c\n\x04\x62idP\x18\x02 \x01(\x01\x12\x0c\n\x04\x61skQ\x18\x03 \x01(\x03\x12\x0c\n\x04\x61skP\x18\x04 \x01(\x01\"V\n\x0cOptionGreeks\x12\r\n\x05\x64\x65lta\x18\x01 \x01(\x01\x12\r\n\x05theta\x18\x02 \x01(\x01\x12\r\n\x05gamma\x18\x03 \x01(\x01\x12\x0c\n\x04vega\x18\x04 \x01(\x01\x12\x0b\n\x03rho\x18\x05 \x01(\x01\"i\n\x04OHLC\x12\x10\n\x08interval\x18\x01 \x01(\t\x12\x0c\n\x04open\x18\x02 \x01(\x01\x12\x0c\n\x04high\x18\x03 \x01(\x01\x12\x0b\n\x03low\x18\x04 \x01(\x01\x12\r\n\x05\x63lose\x18\x05 \x01(\x01\x12\x0b\n\x03vol\x18\x06 \x01(\x03\x12\n\n\x02ts\x18\x07 \x01(\x03\"\xe9\x03\n\x0eMarketFullFeed\x12@\n\x04ltpc\x18\x01 \x01(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.LTPC\x12N\n\x0bmarketLevel\x18\x02 \x01(\x0b\x32\x39.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketLevel\x12P\n\x0coptionGreeks\x18\x03 \x01(\x0b\x32:.com.upstox.marketdatafeederv3udapi.rpc.proto.OptionGreeks\x12L\n\nmarketOHLC\x18\x04 \x01(\x0b\x32\x38.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketOHLC\x12\x0b\n\x03\x61tp\x18\x05 \x01(\x01\x12\x0b\n\x03vtt\x18\x06 \x01(\x03\x12\n\n\x02oi\x18\x07 \x01(\x01\x12\n\n\x02iv\x18\x08 \x01(\x01\x12\x0b\n\x03tbq\x18\t \x01(\x01\x12\x0b\n\x03tsq\x18\n \x01(\x01\x12\x0b\n\x03iep\x18\x0b \x01(\x01\x12\n\n\x02rp\x18\x0c \x01(\x01\x12\x0b\n\x03ieq\x18\r \x01(\x03\x12\x10\n\x08iiqTotal\x18\x0e \x01(\x03\x12\x0c\n\x04iiqM\x18\x0f \x01(\x03\x12\x13\n\x0b\x63\x61sEligible\x18\x10 \x01(\x08\"\x9f\x01\n\rIndexFullFeed\x12@\n\x04ltpc\x18\x01 \x01(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.LTPC\x12L\n\nmarketOHLC\x18\x02 \x01(\x0b\x32\x38.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketOHLC\"\xbd\x01\n\x08\x46ullFeed\x12P\n\x08marketFF\x18\x01 \x01(\x0b\x32<.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketFullFeedH\x00\x12N\n\x07indexFF\x18\x02 \x01(\x0b\x32;.com.upstox.marketdatafeederv3udapi.rpc.proto.IndexFullFeedH\x00\x42\x0f\n\rFullFeedUnion\"\x98\x02\n\x14\x46irstLevelWithGreeks\x12@\n\x04ltpc\x18\x01 \x01(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.LTPC\x12G\n\nfirstDepth\x18\x02 \x01(\x0b\x32\x33.com.upstox.marketdatafeederv3udapi.rpc.proto.Quote\x12P\n\x0coptionGreeks\x18\x03 \x01(\x0b\x32:.com.upstox.marketdatafeederv3udapi.rpc.proto.OptionGreeks\x12\x0b\n\x03vtt\x18\x04 \x01(\x03\x12\n\n\x02oi\x18\x05 \x01(\x01\x12\n\n\x02iv\x18\x06 \x01(\x01\"\xd7\x02\n\x04\x46\x65\x65\x64\x12\x42\n\x04ltpc\x18\x01 \x01(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.LTPCH\x00\x12J\n\x08\x66ullFeed\x18\x02 \x01(\x0b\x32\x36.com.upstox.marketdatafeederv3udapi.rpc.proto.FullFeedH\x00\x12\x62\n\x14\x66irstLevelWithGreeks\x18\x03 \x01(\x0b\x32\x42.com.upstox.marketdatafeederv3udapi.rpc.proto.FirstLevelWithGreeksH\x00\x12N\n\x0brequestMode\x18\x04 \x01(\x0e\x32\x39.com.upstox.marketdatafeederv3udapi.rpc.proto.RequestModeB\x0b\n\tFeedUnion\"1\n\nStatusInfo\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\x13\n\x0bupdatedTime\x18\x02 \x01(\x03\"\xa5\x05\n\nMarketInfo\x12\x62\n\rsegmentStatus\x18\x01 \x03(\x0b\x32K.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo.SegmentStatusEntry\x12\x66\n\x0f\x63\x61sMarketStatus\x18\x02 \x03(\x0b\x32M.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo.CasMarketStatusEntry\x12p\n\x14preOpenSessionStatus\x18\x03 \x03(\x0b\x32R.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo.PreOpenSessionStatusEntry\x1ap\n\x12SegmentStatusEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12I\n\x05value\x18\x02 \x01(\x0e\x32:.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketStatus:\x02\x38\x01\x1ap\n\x14\x43\x61sMarketStatusEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12G\n\x05value\x18\x02 \x01(\x0b\x32\x38.com.upstox.marketdatafeederv3udapi.rpc.proto.StatusInfo:\x02\x38\x01\x1au\n\x19PreOpenSessionStatusEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12G\n\x05value\x18\x02 \x01(\x0b\x32\x38.com.upstox.marketdatafeederv3udapi.rpc.proto.StatusInfo:\x02\x38\x01\"\xe9\x02\n\x0c\x46\x65\x65\x64Response\x12@\n\x04type\x18\x01 \x01(\x0e\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.Type\x12T\n\x05\x66\x65\x65\x64s\x18\x02 \x03(\x0b\x32\x45.com.upstox.marketdatafeederv3udapi.rpc.proto.FeedResponse.FeedsEntry\x12\x11\n\tcurrentTs\x18\x03 \x01(\x03\x12L\n\nmarketInfo\x18\x04 \x01(\x0b\x32\x38.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo\x1a`\n\nFeedsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x41\n\x05value\x18\x02 \x01(\x0b\x32\x32.com.upstox.marketdatafeederv3udapi.rpc.proto.Feed:\x02\x38\x01*8\n\x04Type\x12\x10\n\x0cinitial_feed\x10\x00\x12\r\n\tlive_feed\x10\x01\x12\x0f\n\x0bmarket_info\x10\x02*E\n\x0bRequestMode\x12\x08\n\x04ltpc\x10\x00\x12\x0b\n\x07\x66ull_d5\x10\x01\x12\x11\n\roption_greeks\x10\x02\x12\x0c\n\x08\x66ull_d30\x10\x03*{\n\x0cMarketStatus\x12\x12\n\x0ePRE_OPEN_START\x10\x00\x12\x10\n\x0cPRE_OPEN_END\x10\x01\x12\x0f\n\x0bNORMAL_OPEN\x10\x02\x12\x10\n\x0cNORMAL_CLOSE\x10\x03\x12\x11\n\rCLOSING_START\x10\x04\x12\x0f\n\x0b\x43LOSING_END\x10\x05\x62\x06proto3')
19
+
20
+ _globals = globals()
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'MarketDataFeedV3_pb2', _globals)
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+ DESCRIPTOR._options = None
25
+ _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._options = None
26
+ _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_options = b'8\001'
27
+ _globals['_MARKETINFO_CASMARKETSTATUSENTRY']._options = None
28
+ _globals['_MARKETINFO_CASMARKETSTATUSENTRY']._serialized_options = b'8\001'
29
+ _globals['_MARKETINFO_PREOPENSESSIONSTATUSENTRY']._options = None
30
+ _globals['_MARKETINFO_PREOPENSESSIONSTATUSENTRY']._serialized_options = b'8\001'
31
+ _globals['_FEEDRESPONSE_FEEDSENTRY']._options = None
32
+ _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_options = b'8\001'
33
+ _globals['_TYPE']._serialized_start=3205
34
+ _globals['_TYPE']._serialized_end=3261
35
+ _globals['_REQUESTMODE']._serialized_start=3263
36
+ _globals['_REQUESTMODE']._serialized_end=3332
37
+ _globals['_MARKETSTATUS']._serialized_start=3334
38
+ _globals['_MARKETSTATUS']._serialized_end=3457
39
+ _globals['_LTPC']._serialized_start=104
40
+ _globals['_LTPC']._serialized_end=204
41
+ _globals['_MARKETLEVEL']._serialized_start=206
42
+ _globals['_MARKETLEVEL']._serialized_end=293
43
+ _globals['_MARKETOHLC']._serialized_start=295
44
+ _globals['_MARKETOHLC']._serialized_end=373
45
+ _globals['_QUOTE']._serialized_start=375
46
+ _globals['_QUOTE']._serialized_end=438
47
+ _globals['_OPTIONGREEKS']._serialized_start=440
48
+ _globals['_OPTIONGREEKS']._serialized_end=526
49
+ _globals['_OHLC']._serialized_start=528
50
+ _globals['_OHLC']._serialized_end=633
51
+ _globals['_MARKETFULLFEED']._serialized_start=636
52
+ _globals['_MARKETFULLFEED']._serialized_end=1125
53
+ _globals['_INDEXFULLFEED']._serialized_start=1128
54
+ _globals['_INDEXFULLFEED']._serialized_end=1287
55
+ _globals['_FULLFEED']._serialized_start=1290
56
+ _globals['_FULLFEED']._serialized_end=1479
57
+ _globals['_FIRSTLEVELWITHGREEKS']._serialized_start=1482
58
+ _globals['_FIRSTLEVELWITHGREEKS']._serialized_end=1762
59
+ _globals['_FEED']._serialized_start=1765
60
+ _globals['_FEED']._serialized_end=2108
61
+ _globals['_STATUSINFO']._serialized_start=2110
62
+ _globals['_STATUSINFO']._serialized_end=2159
63
+ _globals['_MARKETINFO']._serialized_start=2162
64
+ _globals['_MARKETINFO']._serialized_end=2839
65
+ _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_start=2494
66
+ _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_end=2606
67
+ _globals['_MARKETINFO_CASMARKETSTATUSENTRY']._serialized_start=2608
68
+ _globals['_MARKETINFO_CASMARKETSTATUSENTRY']._serialized_end=2720
69
+ _globals['_MARKETINFO_PREOPENSESSIONSTATUSENTRY']._serialized_start=2722
70
+ _globals['_MARKETINFO_PREOPENSESSIONSTATUSENTRY']._serialized_end=2839
71
+ _globals['_FEEDRESPONSE']._serialized_start=2842
72
+ _globals['_FEEDRESPONSE']._serialized_end=3203
73
+ _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_start=3107
74
+ _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_end=3203
75
+ # @@protoc_insertion_point(module_scope)
@@ -61,6 +61,7 @@ from upstox_client.models.get_exchange_timing_response import GetExchangeTimingR
61
61
  from upstox_client.models.get_expired_futures_contract_response import GetExpiredFuturesContractResponse
62
62
  from upstox_client.models.get_expiries import GetExpiriesResponse
63
63
  from upstox_client.models.get_full_market_quote_response import GetFullMarketQuoteResponse
64
+ from upstox_client.models.get_full_market_quote_response_v3 import GetFullMarketQuoteResponseV3
64
65
  from upstox_client.models.get_gtt_order_response import GetGttOrderResponse
65
66
  from upstox_client.models.get_historical_candle_response import GetHistoricalCandleResponse
66
67
  from upstox_client.models.get_holdings_response import GetHoldingsResponse
@@ -147,6 +148,7 @@ from upstox_client.models.market_quote_option_greek_v3 import MarketQuoteOptionG
147
148
  from upstox_client.models.market_quote_symbol import MarketQuoteSymbol
148
149
  from upstox_client.models.market_quote_symbol_ltp import MarketQuoteSymbolLtp
149
150
  from upstox_client.models.market_quote_symbol_ltp_v3 import MarketQuoteSymbolLtpV3
151
+ from upstox_client.models.market_quote_symbol_v3 import MarketQuoteSymbolV3
150
152
  from upstox_client.models.market_status_data import MarketStatusData
151
153
  from upstox_client.models.modify_order_data import ModifyOrderData
152
154
  from upstox_client.models.modify_order_request import ModifyOrderRequest
@@ -0,0 +1,142 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ OpenAPI definition
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: v0
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+ import pprint
14
+ import re # noqa: F401
15
+
16
+ import six
17
+
18
+ class GetFullMarketQuoteResponseV3(object):
19
+ """NOTE: This class is auto generated by the swagger code generator program.
20
+
21
+ Do not edit the class manually.
22
+ """
23
+ """
24
+ Attributes:
25
+ swagger_types (dict): The key is attribute name
26
+ and the value is attribute type.
27
+ attribute_map (dict): The key is attribute name
28
+ and the value is json key in definition.
29
+ """
30
+ swagger_types = {
31
+ 'status': 'str',
32
+ 'data': 'dict(str, MarketQuoteSymbolV3)'
33
+ }
34
+
35
+ attribute_map = {
36
+ 'status': 'status',
37
+ 'data': 'data'
38
+ }
39
+
40
+ def __init__(self, status=None, data=None): # noqa: E501
41
+ """GetFullMarketQuoteResponseV3 - a model defined in Swagger""" # noqa: E501
42
+ self._status = None
43
+ self._data = None
44
+ self.discriminator = None
45
+ if status is not None:
46
+ self.status = status
47
+ if data is not None:
48
+ self.data = data
49
+
50
+ @property
51
+ def status(self):
52
+ """Gets the status of this GetFullMarketQuoteResponseV3. # noqa: E501
53
+
54
+
55
+ :return: The status of this GetFullMarketQuoteResponseV3. # noqa: E501
56
+ :rtype: str
57
+ """
58
+ return self._status
59
+
60
+ @status.setter
61
+ def status(self, status):
62
+ """Sets the status of this GetFullMarketQuoteResponseV3.
63
+
64
+
65
+ :param status: The status of this GetFullMarketQuoteResponseV3. # noqa: E501
66
+ :type: str
67
+ """
68
+ allowed_values = ["success", "error", "partial_success"] # noqa: E501
69
+ if status not in allowed_values:
70
+ raise ValueError(
71
+ "Invalid value for `status` ({0}), must be one of {1}" # noqa: E501
72
+ .format(status, allowed_values)
73
+ )
74
+
75
+ self._status = status
76
+
77
+ @property
78
+ def data(self):
79
+ """Gets the data of this GetFullMarketQuoteResponseV3. # noqa: E501
80
+
81
+
82
+ :return: The data of this GetFullMarketQuoteResponseV3. # noqa: E501
83
+ :rtype: dict(str, MarketQuoteSymbolV3)
84
+ """
85
+ return self._data
86
+
87
+ @data.setter
88
+ def data(self, data):
89
+ """Sets the data of this GetFullMarketQuoteResponseV3.
90
+
91
+
92
+ :param data: The data of this GetFullMarketQuoteResponseV3. # noqa: E501
93
+ :type: dict(str, MarketQuoteSymbolV3)
94
+ """
95
+
96
+ self._data = data
97
+
98
+ def to_dict(self):
99
+ """Returns the model properties as a dict"""
100
+ result = {}
101
+
102
+ for attr, _ in six.iteritems(self.swagger_types):
103
+ value = getattr(self, attr)
104
+ if isinstance(value, list):
105
+ result[attr] = list(map(
106
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
107
+ value
108
+ ))
109
+ elif hasattr(value, "to_dict"):
110
+ result[attr] = value.to_dict()
111
+ elif isinstance(value, dict):
112
+ result[attr] = dict(map(
113
+ lambda item: (item[0], item[1].to_dict())
114
+ if hasattr(item[1], "to_dict") else item,
115
+ value.items()
116
+ ))
117
+ else:
118
+ result[attr] = value
119
+ if issubclass(GetFullMarketQuoteResponseV3, dict):
120
+ for key, value in self.items():
121
+ result[key] = value
122
+
123
+ return result
124
+
125
+ def to_str(self):
126
+ """Returns the string representation of the model"""
127
+ return pprint.pformat(self.to_dict())
128
+
129
+ def __repr__(self):
130
+ """For `print` and `pprint`"""
131
+ return self.to_str()
132
+
133
+ def __eq__(self, other):
134
+ """Returns true if both objects are equal"""
135
+ if not isinstance(other, GetFullMarketQuoteResponseV3):
136
+ return False
137
+
138
+ return self.__dict__ == other.__dict__
139
+
140
+ def __ne__(self, other):
141
+ """Returns true if both objects are not equal"""
142
+ return not self == other