upstox-python-sdk 2.11.0__tar.gz → 2.12.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 (271) hide show
  1. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/PKG-INFO +2 -2
  2. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/README.md +1 -1
  3. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/setup.py +1 -1
  4. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api_client.py +1 -1
  5. upstox_python_sdk-2.12.0/upstox_client/feeder/proto/MarketDataFeedV3_pb2.py +63 -0
  6. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_python_sdk.egg-info/PKG-INFO +2 -2
  7. upstox_python_sdk-2.11.0/upstox_client/feeder/proto/MarketDataFeedV3_pb2.py +0 -74
  8. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/LICENSE.txt +0 -0
  9. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/setup.cfg +0 -0
  10. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/__init__.py +0 -0
  11. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/sanity_test.py +0 -0
  12. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_analytics_data.py +0 -0
  13. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_api_gateway_error_response.py +0 -0
  14. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_batch_execution_summary.py +0 -0
  15. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_brokerage_data.py +0 -0
  16. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_brokerage_taxes.py +0 -0
  17. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_brokerage_wrapper_data.py +0 -0
  18. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_or_exit_multi_order_data.py +0 -0
  19. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_or_exit_multi_order_response.py +0 -0
  20. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_or_exit_order_error_data.py +0 -0
  21. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_order_data.py +0 -0
  22. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_order_response.py +0 -0
  23. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_cancel_order_v3_response.py +0 -0
  24. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_charge_api.py +0 -0
  25. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_convert_position_data.py +0 -0
  26. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_convert_position_request.py +0 -0
  27. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_convert_position_response.py +0 -0
  28. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_depth.py +0 -0
  29. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_depth_map.py +0 -0
  30. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_dp_plan.py +0 -0
  31. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_exchange_timing_data.py +0 -0
  32. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_brokerage_response.py +0 -0
  33. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_exchange_timing_response.py +0 -0
  34. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_full_market_quote_response.py +0 -0
  35. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_historical_candle_response.py +0 -0
  36. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_holdings_response.py +0 -0
  37. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_holiday_response.py +0 -0
  38. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_intra_day_candle_response.py +0 -0
  39. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_market_quote_last_traded_price_response.py +0 -0
  40. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_market_quote_ohlc_response.py +0 -0
  41. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_market_status_response.py +0 -0
  42. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_option_chain_response.py +0 -0
  43. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_option_contract_response.py +0 -0
  44. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_order_book_response.py +0 -0
  45. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_order_details_response.py +0 -0
  46. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_order_response.py +0 -0
  47. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_position_response.py +0 -0
  48. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_profile_response.py +0 -0
  49. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_profit_and_loss_charges_response.py +0 -0
  50. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_trade_response.py +0 -0
  51. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_trade_wise_profit_and_loss_data_response.py +0 -0
  52. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
  53. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_get_user_fund_margin_response.py +0 -0
  54. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_historical_candle_data.py +0 -0
  55. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_history_api.py +0 -0
  56. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_holdings_data.py +0 -0
  57. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_holiday_data.py +0 -0
  58. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_indie_user_init_token_data.py +0 -0
  59. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_indie_user_init_token_response.py +0 -0
  60. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_indie_user_token_request.py +0 -0
  61. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_instrument.py +0 -0
  62. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_instrument_data.py +0 -0
  63. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_intra_day_candle_data.py +0 -0
  64. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_login_api.py +0 -0
  65. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_logout_response.py +0 -0
  66. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_margin.py +0 -0
  67. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_margin_data.py +0 -0
  68. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_margin_request.py +0 -0
  69. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_data.py +0 -0
  70. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_holidays_and_timings_api.py +0 -0
  71. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_quote_api.py +0 -0
  72. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_quote_ohlc.py +0 -0
  73. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_quote_symbol.py +0 -0
  74. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_quote_symbol_ltp.py +0 -0
  75. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_market_status_data.py +0 -0
  76. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_modify_order_data.py +0 -0
  77. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_modify_order_request.py +0 -0
  78. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_modify_order_response.py +0 -0
  79. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_modify_order_v3_response.py +0 -0
  80. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_data.py +0 -0
  81. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_error.py +0 -0
  82. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_request.py +0 -0
  83. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_response.py +0 -0
  84. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_summary.py +0 -0
  85. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_multi_order_v3_data.py +0 -0
  86. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_o_auth_client_exception.py +0 -0
  87. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_o_auth_client_exception_cause.py +0 -0
  88. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_o_auth_client_exception_cause_stack_trace.py +0 -0
  89. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_o_auth_client_exception_cause_suppressed.py +0 -0
  90. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_ohlc.py +0 -0
  91. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_option_strike_data.py +0 -0
  92. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_options_api.py +0 -0
  93. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_order_api.py +0 -0
  94. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_order_book_data.py +0 -0
  95. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_order_controller_v_3_api.py +0 -0
  96. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_order_data.py +0 -0
  97. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_order_metadata.py +0 -0
  98. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_other_taxes.py +0 -0
  99. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_place_order_data.py +0 -0
  100. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_place_order_request.py +0 -0
  101. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_place_order_response.py +0 -0
  102. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_place_order_v3_request.py +0 -0
  103. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_place_order_v3_response.py +0 -0
  104. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_portfolio_api.py +0 -0
  105. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_position_data.py +0 -0
  106. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_post_margin_response.py +0 -0
  107. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_post_trade_api.py +0 -0
  108. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_problem.py +0 -0
  109. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profile_data.py +0 -0
  110. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_charges_data.py +0 -0
  111. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_charges_taxes.py +0 -0
  112. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_charges_wrapper_data.py +0 -0
  113. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_meta_data.py +0 -0
  114. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_meta_data_wrapper.py +0 -0
  115. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_profit_and_loss_other_charges_taxes.py +0 -0
  116. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_put_call_option_chain_data.py +0 -0
  117. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_token_request.py +0 -0
  118. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_token_response.py +0 -0
  119. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_data.py +0 -0
  120. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_history_response.py +0 -0
  121. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_history_response_meta_data.py +0 -0
  122. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_history_response_page_data.py +0 -0
  123. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_history_response_trade_data.py +0 -0
  124. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_profit_and_loss_api.py +0 -0
  125. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_wise_meta_data.py +0 -0
  126. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_trade_wise_profit_and_loss_data.py +0 -0
  127. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_user_api.py +0 -0
  128. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_user_fund_margin_data.py +0 -0
  129. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_websocket_api.py +0 -0
  130. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_websocket_auth_redirect_response.py +0 -0
  131. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/test/test_websocket_auth_redirect_response_data.py +0 -0
  132. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/__init__.py +0 -0
  133. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/__init__.py +0 -0
  134. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/charge_api.py +0 -0
  135. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/history_api.py +0 -0
  136. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/login_api.py +0 -0
  137. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/market_holidays_and_timings_api.py +0 -0
  138. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/market_quote_api.py +0 -0
  139. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/options_api.py +0 -0
  140. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/order_api.py +0 -0
  141. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/order_controller_v_3_api.py +0 -0
  142. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/portfolio_api.py +0 -0
  143. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/post_trade_api.py +0 -0
  144. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/trade_profit_and_loss_api.py +0 -0
  145. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/user_api.py +0 -0
  146. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/api/websocket_api.py +0 -0
  147. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/configuration.py +0 -0
  148. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/__init__.py +0 -0
  149. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/feeder.py +0 -0
  150. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/market_data_feeder.py +0 -0
  151. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/market_data_feeder_v3.py +0 -0
  152. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/market_data_streamer.py +0 -0
  153. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/market_data_streamer_v3.py +0 -0
  154. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/portfolio_data_feeder.py +0 -0
  155. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/portfolio_data_streamer.py +0 -0
  156. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/proto/MarketDataFeed_pb2.py +0 -0
  157. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/proto/__init__.py +0 -0
  158. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/feeder/streamer.py +0 -0
  159. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/__init__.py +0 -0
  160. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/analytics_data.py +0 -0
  161. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/api_gateway_error_response.py +0 -0
  162. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/batch_execution_summary.py +0 -0
  163. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/brokerage_data.py +0 -0
  164. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/brokerage_taxes.py +0 -0
  165. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/brokerage_wrapper_data.py +0 -0
  166. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_or_exit_multi_order_data.py +0 -0
  167. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_or_exit_multi_order_response.py +0 -0
  168. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_or_exit_order_error_data.py +0 -0
  169. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_order_data.py +0 -0
  170. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_order_response.py +0 -0
  171. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/cancel_order_v3_response.py +0 -0
  172. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/convert_position_data.py +0 -0
  173. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/convert_position_request.py +0 -0
  174. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/convert_position_response.py +0 -0
  175. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/depth.py +0 -0
  176. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/depth_map.py +0 -0
  177. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/dp_plan.py +0 -0
  178. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/exchange_timing_data.py +0 -0
  179. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_brokerage_response.py +0 -0
  180. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_exchange_timing_response.py +0 -0
  181. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_full_market_quote_response.py +0 -0
  182. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_historical_candle_response.py +0 -0
  183. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_holdings_response.py +0 -0
  184. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_holiday_response.py +0 -0
  185. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_intra_day_candle_response.py +0 -0
  186. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_market_quote_last_traded_price_response.py +0 -0
  187. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_market_quote_ohlc_response.py +0 -0
  188. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_market_status_response.py +0 -0
  189. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_option_chain_response.py +0 -0
  190. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_option_contract_response.py +0 -0
  191. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_order_book_response.py +0 -0
  192. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_order_details_response.py +0 -0
  193. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_order_response.py +0 -0
  194. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_position_response.py +0 -0
  195. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_profile_response.py +0 -0
  196. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_profit_and_loss_charges_response.py +0 -0
  197. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_trade_response.py +0 -0
  198. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_trade_wise_profit_and_loss_data_response.py +0 -0
  199. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
  200. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/get_user_fund_margin_response.py +0 -0
  201. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/historical_candle_data.py +0 -0
  202. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/holdings_data.py +0 -0
  203. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/holiday_data.py +0 -0
  204. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/indie_user_init_token_data.py +0 -0
  205. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/indie_user_init_token_response.py +0 -0
  206. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/indie_user_token_request.py +0 -0
  207. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/instrument.py +0 -0
  208. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/instrument_data.py +0 -0
  209. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/intra_day_candle_data.py +0 -0
  210. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/logout_response.py +0 -0
  211. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/margin.py +0 -0
  212. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/margin_data.py +0 -0
  213. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/margin_request.py +0 -0
  214. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/market_data.py +0 -0
  215. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/market_quote_ohlc.py +0 -0
  216. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/market_quote_symbol.py +0 -0
  217. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/market_quote_symbol_ltp.py +0 -0
  218. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/market_status_data.py +0 -0
  219. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/modify_order_data.py +0 -0
  220. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/modify_order_request.py +0 -0
  221. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/modify_order_response.py +0 -0
  222. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/modify_order_v3_response.py +0 -0
  223. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_data.py +0 -0
  224. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_error.py +0 -0
  225. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_request.py +0 -0
  226. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_response.py +0 -0
  227. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_summary.py +0 -0
  228. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/multi_order_v3_data.py +0 -0
  229. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/o_auth_client_exception.py +0 -0
  230. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/o_auth_client_exception_cause.py +0 -0
  231. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/o_auth_client_exception_cause_stack_trace.py +0 -0
  232. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/o_auth_client_exception_cause_suppressed.py +0 -0
  233. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/ohlc.py +0 -0
  234. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/option_strike_data.py +0 -0
  235. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/order_book_data.py +0 -0
  236. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/order_data.py +0 -0
  237. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/order_metadata.py +0 -0
  238. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/other_taxes.py +0 -0
  239. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/place_order_data.py +0 -0
  240. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/place_order_request.py +0 -0
  241. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/place_order_response.py +0 -0
  242. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/place_order_v3_request.py +0 -0
  243. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/place_order_v3_response.py +0 -0
  244. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/position_data.py +0 -0
  245. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/post_margin_response.py +0 -0
  246. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/problem.py +0 -0
  247. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profile_data.py +0 -0
  248. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_charges_data.py +0 -0
  249. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_charges_taxes.py +0 -0
  250. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_charges_wrapper_data.py +0 -0
  251. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_meta_data.py +0 -0
  252. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_meta_data_wrapper.py +0 -0
  253. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/profit_and_loss_other_charges_taxes.py +0 -0
  254. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/put_call_option_chain_data.py +0 -0
  255. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/token_request.py +0 -0
  256. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/token_response.py +0 -0
  257. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_data.py +0 -0
  258. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_history_response.py +0 -0
  259. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_history_response_meta_data.py +0 -0
  260. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_history_response_page_data.py +0 -0
  261. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_history_response_trade_data.py +0 -0
  262. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_wise_meta_data.py +0 -0
  263. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/trade_wise_profit_and_loss_data.py +0 -0
  264. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/user_fund_margin_data.py +0 -0
  265. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/websocket_auth_redirect_response.py +0 -0
  266. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/models/websocket_auth_redirect_response_data.py +0 -0
  267. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_client/rest.py +0 -0
  268. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_python_sdk.egg-info/SOURCES.txt +0 -0
  269. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_python_sdk.egg-info/dependency_links.txt +0 -0
  270. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_python_sdk.egg-info/requires.txt +0 -0
  271. {upstox_python_sdk-2.11.0 → upstox_python_sdk-2.12.0}/upstox_python_sdk.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upstox-python-sdk
3
- Version: 2.11.0
3
+ Version: 2.12.0
4
4
  Summary: Upstox Developer API
5
5
  Home-page: https://github.com/upstox/upstox-python
6
6
  License: MIT
@@ -26,7 +26,7 @@ The official Python client for communicating with the <a href="https://upstox.co
26
26
  Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
27
27
 
28
28
  - API version: v2
29
- - Package version: 2.11.0
29
+ - Package version: 2.12.0
30
30
  - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
31
31
 
32
32
  This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
@@ -9,7 +9,7 @@ The official Python client for communicating with the <a href="https://upstox.co
9
9
  Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
10
10
 
11
11
  - API version: v2
12
- - Package version: 2.11.0
12
+ - Package version: 2.12.0
13
13
  - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
14
14
 
15
15
  This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
@@ -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.11.0"
21
+ VERSION = "2.12.0"
22
22
  # To install the library, run the following
23
23
  #
24
24
  # python setup.py install
@@ -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.11.0"
77
+ self.default_headers["X-Upstox-SDK-Version"] = "2.12.0"
78
78
 
79
79
  def __del__(self):
80
80
  try:
@@ -0,0 +1,63 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: MarketDataFeedV3.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
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
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+
15
+
16
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16MarketDataFeedV3.proto\x12,com.upstox.marketdatafeederv3udapi.rpc.proto\"9\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\"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\"\x8e\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\"\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\"\xe2\x01\n\nMarketInfo\x12\x62\n\rsegmentStatus\x18\x01 \x03(\x0b\x32K.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo.SegmentStatusEntry\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\"\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')
17
+
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'MarketDataFeedV3_pb2', globals())
20
+ if _descriptor._USE_C_DESCRIPTORS == False:
21
+
22
+ DESCRIPTOR._options = None
23
+ _MARKETINFO_SEGMENTSTATUSENTRY._options = None
24
+ _MARKETINFO_SEGMENTSTATUSENTRY._serialized_options = b'8\001'
25
+ _FEEDRESPONSE_FEEDSENTRY._options = None
26
+ _FEEDRESPONSE_FEEDSENTRY._serialized_options = b'8\001'
27
+ _TYPE._serialized_start=2537
28
+ _TYPE._serialized_end=2593
29
+ _REQUESTMODE._serialized_start=2595
30
+ _REQUESTMODE._serialized_end=2664
31
+ _MARKETSTATUS._serialized_start=2666
32
+ _MARKETSTATUS._serialized_end=2789
33
+ _LTPC._serialized_start=72
34
+ _LTPC._serialized_end=129
35
+ _MARKETLEVEL._serialized_start=131
36
+ _MARKETLEVEL._serialized_end=218
37
+ _MARKETOHLC._serialized_start=220
38
+ _MARKETOHLC._serialized_end=298
39
+ _QUOTE._serialized_start=300
40
+ _QUOTE._serialized_end=363
41
+ _OPTIONGREEKS._serialized_start=365
42
+ _OPTIONGREEKS._serialized_end=451
43
+ _OHLC._serialized_start=453
44
+ _OHLC._serialized_end=558
45
+ _MARKETFULLFEED._serialized_start=561
46
+ _MARKETFULLFEED._serialized_end=959
47
+ _INDEXFULLFEED._serialized_start=962
48
+ _INDEXFULLFEED._serialized_end=1121
49
+ _FULLFEED._serialized_start=1124
50
+ _FULLFEED._serialized_end=1313
51
+ _FIRSTLEVELWITHGREEKS._serialized_start=1316
52
+ _FIRSTLEVELWITHGREEKS._serialized_end=1596
53
+ _FEED._serialized_start=1599
54
+ _FEED._serialized_end=1942
55
+ _MARKETINFO._serialized_start=1945
56
+ _MARKETINFO._serialized_end=2171
57
+ _MARKETINFO_SEGMENTSTATUSENTRY._serialized_start=2059
58
+ _MARKETINFO_SEGMENTSTATUSENTRY._serialized_end=2171
59
+ _FEEDRESPONSE._serialized_start=2174
60
+ _FEEDRESPONSE._serialized_end=2535
61
+ _FEEDRESPONSE_FEEDSENTRY._serialized_start=2439
62
+ _FEEDRESPONSE_FEEDSENTRY._serialized_end=2535
63
+ # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: upstox-python-sdk
3
- Version: 2.11.0
3
+ Version: 2.12.0
4
4
  Summary: Upstox Developer API
5
5
  Home-page: https://github.com/upstox/upstox-python
6
6
  License: MIT
@@ -26,7 +26,7 @@ The official Python client for communicating with the <a href="https://upstox.co
26
26
  Upstox API is a set of rest APIs that provide data required to build a complete investment and trading platform. Execute orders in real time, manage user portfolio, stream live market data (using Websocket), and more, with the easy to understand API collection.
27
27
 
28
28
  - API version: v2
29
- - Package version: 2.11.0
29
+ - Package version: 2.12.0
30
30
  - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
31
31
 
32
32
  This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
@@ -1,74 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # NO CHECKED-IN PROTOBUF GENCODE
4
- # source: MarketDataFeedV3.proto
5
- # Protobuf Python Version: 5.28.3
6
- """Generated protocol buffer code."""
7
- from google.protobuf import descriptor as _descriptor
8
- from google.protobuf import descriptor_pool as _descriptor_pool
9
- from google.protobuf import runtime_version as _runtime_version
10
- from google.protobuf import symbol_database as _symbol_database
11
- from google.protobuf.internal import builder as _builder
12
- _runtime_version.ValidateProtobufRuntimeVersion(
13
- _runtime_version.Domain.PUBLIC,
14
- 5,
15
- 28,
16
- 3,
17
- '',
18
- 'MarketDataFeedV3.proto'
19
- )
20
- # @@protoc_insertion_point(imports)
21
-
22
- _sym_db = _symbol_database.Default()
23
-
24
-
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16MarketDataFeedV3.proto\x12,com.upstox.marketdatafeederv3udapi.rpc.proto\",\n\x04LTPC\x12\x0b\n\x03ltp\x18\x01 \x01(\x01\x12\x0b\n\x03ltt\x18\x02 \x01(\x03\x12\n\n\x02\x63p\x18\x03 \x01(\x01\"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\"\x8e\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\"\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\"\xe2\x01\n\nMarketInfo\x12\x62\n\rsegmentStatus\x18\x01 \x03(\x0b\x32K.com.upstox.marketdatafeederv3udapi.rpc.proto.MarketInfo.SegmentStatusEntry\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\"\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')
28
-
29
- _globals = globals()
30
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
31
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'MarketDataFeedV3_pb2', _globals)
32
- if not _descriptor._USE_C_DESCRIPTORS:
33
- DESCRIPTOR._loaded_options = None
34
- _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._loaded_options = None
35
- _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_options = b'8\001'
36
- _globals['_FEEDRESPONSE_FEEDSENTRY']._loaded_options = None
37
- _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_options = b'8\001'
38
- _globals['_TYPE']._serialized_start=2524
39
- _globals['_TYPE']._serialized_end=2580
40
- _globals['_REQUESTMODE']._serialized_start=2582
41
- _globals['_REQUESTMODE']._serialized_end=2651
42
- _globals['_MARKETSTATUS']._serialized_start=2653
43
- _globals['_MARKETSTATUS']._serialized_end=2776
44
- _globals['_LTPC']._serialized_start=72
45
- _globals['_LTPC']._serialized_end=116
46
- _globals['_MARKETLEVEL']._serialized_start=118
47
- _globals['_MARKETLEVEL']._serialized_end=205
48
- _globals['_MARKETOHLC']._serialized_start=207
49
- _globals['_MARKETOHLC']._serialized_end=285
50
- _globals['_QUOTE']._serialized_start=287
51
- _globals['_QUOTE']._serialized_end=350
52
- _globals['_OPTIONGREEKS']._serialized_start=352
53
- _globals['_OPTIONGREEKS']._serialized_end=438
54
- _globals['_OHLC']._serialized_start=440
55
- _globals['_OHLC']._serialized_end=545
56
- _globals['_MARKETFULLFEED']._serialized_start=548
57
- _globals['_MARKETFULLFEED']._serialized_end=946
58
- _globals['_INDEXFULLFEED']._serialized_start=949
59
- _globals['_INDEXFULLFEED']._serialized_end=1108
60
- _globals['_FULLFEED']._serialized_start=1111
61
- _globals['_FULLFEED']._serialized_end=1300
62
- _globals['_FIRSTLEVELWITHGREEKS']._serialized_start=1303
63
- _globals['_FIRSTLEVELWITHGREEKS']._serialized_end=1583
64
- _globals['_FEED']._serialized_start=1586
65
- _globals['_FEED']._serialized_end=1929
66
- _globals['_MARKETINFO']._serialized_start=1932
67
- _globals['_MARKETINFO']._serialized_end=2158
68
- _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_start=2046
69
- _globals['_MARKETINFO_SEGMENTSTATUSENTRY']._serialized_end=2158
70
- _globals['_FEEDRESPONSE']._serialized_start=2161
71
- _globals['_FEEDRESPONSE']._serialized_end=2522
72
- _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_start=2426
73
- _globals['_FEEDRESPONSE_FEEDSENTRY']._serialized_end=2522
74
- # @@protoc_insertion_point(module_scope)