upstox-python-sdk 2.18.0__tar.gz → 2.19.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.
- {upstox-python-sdk-2.18.0/upstox_python_sdk.egg-info → upstox-python-sdk-2.19.0}/PKG-INFO +2 -2
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/README.md +1 -1
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/setup.py +1 -1
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/order_api.py +24 -24
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/order_controller_v_3_api.py +24 -24
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api_client.py +1 -1
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0/upstox_python_sdk.egg-info}/PKG-INFO +2 -2
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/LICENSE.txt +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/setup.cfg +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/sanity_test.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_analytics_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_api_gateway_error_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_batch_execution_summary.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_brokerage_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_brokerage_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_brokerage_wrapper_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_or_exit_multi_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_or_exit_multi_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_or_exit_order_error_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_charge_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_convert_position_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_convert_position_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_convert_position_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_depth.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_depth_map.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_dp_plan.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_exchange_timing_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_brokerage_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_exchange_timing_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_full_market_quote_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_gtt_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_historical_candle_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_holdings_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_holiday_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_intra_day_candle_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_market_quote_last_traded_price_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_market_quote_ohlc_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_market_status_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_option_chain_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_option_contract_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_order_book_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_order_details_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_position_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_profile_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_profit_and_loss_charges_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_trade_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_trade_wise_profit_and_loss_data_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_user_fund_margin_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_cancel_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_modify_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_order_details.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_place_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_rule.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_trigger_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_historical_candle_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_history_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_holdings_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_holiday_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_indie_user_init_token_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_indie_user_init_token_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_indie_user_token_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_instrument.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_instrument_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_intra_day_candle_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_login_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_logout_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_margin.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_margin_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_margin_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_holidays_and_timings_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_quote_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_quote_ohlc.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_quote_symbol.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_quote_symbol_ltp.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_status_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_modify_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_modify_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_modify_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_modify_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_error.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_summary.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_multi_order_v3_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_o_auth_client_exception.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_o_auth_client_exception_cause.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_o_auth_client_exception_cause_stack_trace.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_o_auth_client_exception_cause_suppressed.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_ohlc.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_option_strike_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_options_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_order_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_order_book_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_order_controller_v_3_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_order_metadata.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_other_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_place_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_place_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_place_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_place_order_v3_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_place_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_portfolio_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_position_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_post_margin_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_post_trade_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_problem.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profile_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_charges_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_charges_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_charges_wrapper_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_meta_data_wrapper.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_profit_and_loss_other_charges_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_put_call_option_chain_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_rule.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_token_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_token_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_history_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_history_response_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_history_response_page_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_history_response_trade_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_profit_and_loss_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_wise_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_trade_wise_profit_and_loss_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_user_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_user_fund_margin_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_websocket_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_websocket_auth_redirect_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_websocket_auth_redirect_response_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/charge_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/expired_instrument_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/history_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/history_v3_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/login_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/market_holidays_and_timings_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/market_quote_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/market_quote_v3_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/options_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/portfolio_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/post_trade_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/trade_profit_and_loss_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/user_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/websocket_api.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/configuration.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/feeder.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/market_data_feeder_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/market_data_streamer_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/portfolio_data_feeder.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/portfolio_data_streamer.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/proto/MarketDataFeedV3_pb2.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/proto/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/feeder/streamer.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/__init__.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/analytics_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/api_gateway_error_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/batch_execution_summary.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/brokerage_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/brokerage_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/brokerage_wrapper_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_or_exit_multi_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_or_exit_multi_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_or_exit_order_error_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/cancel_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/convert_position_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/convert_position_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/convert_position_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/depth.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/depth_map.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/dp_plan.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/exchange_timing_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/expired_future_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_brokerage_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_exchange_timing_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_expired_futures_contract_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_expiries.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_full_market_quote_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_gtt_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_historical_candle_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_holdings_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_holiday_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_intra_day_candle_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_quote_last_traded_price_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_quote_last_traded_price_response_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_quote_ohlc_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_quote_ohlc_response_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_quote_option_greek_response_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_market_status_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_option_chain_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_option_contract_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_order_book_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_order_details_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_position_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_profile_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_profit_and_loss_charges_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_trade_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_trade_wise_profit_and_loss_data_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_trade_wise_profit_and_loss_meta_data_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/get_user_fund_margin_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_cancel_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_modify_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_order_details.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_place_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_rule.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/gtt_trigger_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/historical_candle_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/holdings_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/holiday_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/indie_user_init_token_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/indie_user_init_token_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/indie_user_token_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/instrument.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/instrument_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/intra_day_candle_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/logout_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/margin.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/margin_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/margin_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_ohlc.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_ohlcv3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_option_greek_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_symbol.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_symbol_ltp.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_quote_symbol_ltp_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/market_status_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/modify_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/modify_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/modify_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/modify_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_error.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_summary.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/multi_order_v3_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/o_auth_client_exception.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/o_auth_client_exception_cause.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/o_auth_client_exception_cause_stack_trace.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/o_auth_client_exception_cause_suppressed.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/ohlc.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/ohlc_v3.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/option_strike_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/order_book_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/order_metadata.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/other_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/place_order_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/place_order_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/place_order_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/place_order_v3_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/place_order_v3_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/position_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/post_margin_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/problem.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profile_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_charges_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_charges_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_charges_wrapper_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_meta_data_wrapper.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/profit_and_loss_other_charges_taxes.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/put_call_option_chain_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/rule.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/token_request.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/token_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_history_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_history_response_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_history_response_page_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_history_response_trade_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_wise_meta_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/trade_wise_profit_and_loss_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/user_fund_margin_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/websocket_auth_redirect_response.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/models/websocket_auth_redirect_response_data.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/rest.py +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_python_sdk.egg-info/SOURCES.txt +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_python_sdk.egg-info/dependency_links.txt +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_python_sdk.egg-info/requires.txt +0 -0
- {upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.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.
|
|
3
|
+
Version: 2.19.0
|
|
4
4
|
Summary: Upstox Developer API
|
|
5
5
|
Home-page: https://github.com/upstox/upstox-python
|
|
6
6
|
License: MIT
|
|
@@ -20,7 +20,7 @@ The official Python client for communicating with the <a href="https://upstox.co
|
|
|
20
20
|
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.
|
|
21
21
|
|
|
22
22
|
- API version: v2
|
|
23
|
-
- Package version: 2.
|
|
23
|
+
- Package version: 2.19.0
|
|
24
24
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
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.
|
|
12
|
+
- Package version: 2.19.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.
|
|
21
|
+
VERSION = "2.19.0"
|
|
22
22
|
# To install the library, run the following
|
|
23
23
|
#
|
|
24
24
|
# python setup.py install
|
|
@@ -67,13 +67,13 @@ class OrderApi(object):
|
|
|
67
67
|
:param async_req bool
|
|
68
68
|
:param str tag: The tag associated with the orders for which the orders must be cancelled
|
|
69
69
|
:param str segment: The segment for which the orders must be cancelled
|
|
70
|
-
:param str
|
|
70
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
71
71
|
:return: CancelOrExitMultiOrderResponse
|
|
72
72
|
If the method is called asynchronously,
|
|
73
73
|
returns the request thread.
|
|
74
74
|
"""
|
|
75
75
|
|
|
76
|
-
all_params = ['tag', 'segment', '
|
|
76
|
+
all_params = ['tag', 'segment', 'algo_name'] # noqa: E501
|
|
77
77
|
all_params.append('async_req')
|
|
78
78
|
all_params.append('_return_http_data_only')
|
|
79
79
|
all_params.append('_preload_content')
|
|
@@ -100,8 +100,8 @@ class OrderApi(object):
|
|
|
100
100
|
query_params.append(('segment', params['segment'])) # noqa: E501
|
|
101
101
|
|
|
102
102
|
header_params = {}
|
|
103
|
-
if '
|
|
104
|
-
header_params['X-Algo-
|
|
103
|
+
if 'algo_name' in params:
|
|
104
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
105
105
|
|
|
106
106
|
form_params = []
|
|
107
107
|
local_var_files = {}
|
|
@@ -165,13 +165,13 @@ class OrderApi(object):
|
|
|
165
165
|
:param async_req bool
|
|
166
166
|
:param str order_id: The order ID for which the order must be cancelled (required)
|
|
167
167
|
:param str api_version: API Version Header (required)
|
|
168
|
-
:param str
|
|
168
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
169
169
|
:return: CancelOrderResponse
|
|
170
170
|
If the method is called asynchronously,
|
|
171
171
|
returns the request thread.
|
|
172
172
|
"""
|
|
173
173
|
|
|
174
|
-
all_params = ['order_id', 'api_version', '
|
|
174
|
+
all_params = ['order_id', 'api_version', 'algo_name'] # noqa: E501
|
|
175
175
|
all_params.append('async_req')
|
|
176
176
|
all_params.append('_return_http_data_only')
|
|
177
177
|
all_params.append('_preload_content')
|
|
@@ -206,8 +206,8 @@ class OrderApi(object):
|
|
|
206
206
|
header_params = {}
|
|
207
207
|
if 'api_version' in params:
|
|
208
208
|
header_params['Api-Version'] = params['api_version'] # noqa: E501
|
|
209
|
-
if '
|
|
210
|
-
header_params['X-Algo-
|
|
209
|
+
if 'algo_name' in params:
|
|
210
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
211
211
|
|
|
212
212
|
form_params = []
|
|
213
213
|
local_var_files = {}
|
|
@@ -271,13 +271,13 @@ class OrderApi(object):
|
|
|
271
271
|
:param async_req bool
|
|
272
272
|
:param str tag: The tag associated with the positions for which the positions must be exit
|
|
273
273
|
:param str segment: The segment for which the positions must be exit
|
|
274
|
-
:param str
|
|
274
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
275
275
|
:return: CancelOrExitMultiOrderResponse
|
|
276
276
|
If the method is called asynchronously,
|
|
277
277
|
returns the request thread.
|
|
278
278
|
"""
|
|
279
279
|
|
|
280
|
-
all_params = ['tag', 'segment', '
|
|
280
|
+
all_params = ['tag', 'segment', 'algo_name'] # noqa: E501
|
|
281
281
|
all_params.append('async_req')
|
|
282
282
|
all_params.append('_return_http_data_only')
|
|
283
283
|
all_params.append('_preload_content')
|
|
@@ -304,8 +304,8 @@ class OrderApi(object):
|
|
|
304
304
|
query_params.append(('segment', params['segment'])) # noqa: E501
|
|
305
305
|
|
|
306
306
|
header_params = {}
|
|
307
|
-
if '
|
|
308
|
-
header_params['X-Algo-
|
|
307
|
+
if 'algo_name' in params:
|
|
308
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
309
309
|
|
|
310
310
|
form_params = []
|
|
311
311
|
local_var_files = {}
|
|
@@ -856,13 +856,13 @@ class OrderApi(object):
|
|
|
856
856
|
:param async_req bool
|
|
857
857
|
:param ModifyOrderRequest body: (required)
|
|
858
858
|
:param str api_version: API Version Header (required)
|
|
859
|
-
:param str
|
|
859
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
860
860
|
:return: ModifyOrderResponse
|
|
861
861
|
If the method is called asynchronously,
|
|
862
862
|
returns the request thread.
|
|
863
863
|
"""
|
|
864
864
|
|
|
865
|
-
all_params = ['body', 'api_version', '
|
|
865
|
+
all_params = ['body', 'api_version', 'algo_name'] # noqa: E501
|
|
866
866
|
all_params.append('async_req')
|
|
867
867
|
all_params.append('_return_http_data_only')
|
|
868
868
|
all_params.append('_preload_content')
|
|
@@ -895,8 +895,8 @@ class OrderApi(object):
|
|
|
895
895
|
header_params = {}
|
|
896
896
|
if 'api_version' in params:
|
|
897
897
|
header_params['Api-Version'] = params['api_version'] # noqa: E501
|
|
898
|
-
if '
|
|
899
|
-
header_params['X-Algo-
|
|
898
|
+
if 'algo_name' in params:
|
|
899
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
900
900
|
|
|
901
901
|
form_params = []
|
|
902
902
|
local_var_files = {}
|
|
@@ -964,13 +964,13 @@ class OrderApi(object):
|
|
|
964
964
|
|
|
965
965
|
:param async_req bool
|
|
966
966
|
:param list[MultiOrderRequest] body: (required)
|
|
967
|
-
:param str
|
|
967
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
968
968
|
:return: MultiOrderResponse
|
|
969
969
|
If the method is called asynchronously,
|
|
970
970
|
returns the request thread.
|
|
971
971
|
"""
|
|
972
972
|
|
|
973
|
-
all_params = ['body', '
|
|
973
|
+
all_params = ['body', 'algo_name'] # noqa: E501
|
|
974
974
|
all_params.append('async_req')
|
|
975
975
|
all_params.append('_return_http_data_only')
|
|
976
976
|
all_params.append('_preload_content')
|
|
@@ -997,8 +997,8 @@ class OrderApi(object):
|
|
|
997
997
|
query_params = []
|
|
998
998
|
|
|
999
999
|
header_params = {}
|
|
1000
|
-
if '
|
|
1001
|
-
header_params['X-Algo-
|
|
1000
|
+
if 'algo_name' in params:
|
|
1001
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
1002
1002
|
|
|
1003
1003
|
form_params = []
|
|
1004
1004
|
local_var_files = {}
|
|
@@ -1068,13 +1068,13 @@ class OrderApi(object):
|
|
|
1068
1068
|
:param async_req bool
|
|
1069
1069
|
:param PlaceOrderRequest body: (required)
|
|
1070
1070
|
:param str api_version: API Version Header (required)
|
|
1071
|
-
:param str
|
|
1071
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
1072
1072
|
:return: PlaceOrderResponse
|
|
1073
1073
|
If the method is called asynchronously,
|
|
1074
1074
|
returns the request thread.
|
|
1075
1075
|
"""
|
|
1076
1076
|
|
|
1077
|
-
all_params = ['body', 'api_version', '
|
|
1077
|
+
all_params = ['body', 'api_version', 'algo_name'] # noqa: E501
|
|
1078
1078
|
all_params.append('async_req')
|
|
1079
1079
|
all_params.append('_return_http_data_only')
|
|
1080
1080
|
all_params.append('_preload_content')
|
|
@@ -1107,8 +1107,8 @@ class OrderApi(object):
|
|
|
1107
1107
|
header_params = {}
|
|
1108
1108
|
if 'api_version' in params:
|
|
1109
1109
|
header_params['Api-Version'] = params['api_version'] # noqa: E501
|
|
1110
|
-
if '
|
|
1111
|
-
header_params['X-Algo-
|
|
1110
|
+
if 'algo_name' in params:
|
|
1111
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
1112
1112
|
|
|
1113
1113
|
form_params = []
|
|
1114
1114
|
local_var_files = {}
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/upstox_client/api/order_controller_v_3_api.py
RENAMED
|
@@ -65,13 +65,13 @@ class OrderApiV3(object):
|
|
|
65
65
|
|
|
66
66
|
:param async_req bool
|
|
67
67
|
:param GttCancelOrderRequest body: (required)
|
|
68
|
-
:param str
|
|
68
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
69
69
|
:return: GttTriggerOrderResponse
|
|
70
70
|
If the method is called asynchronously,
|
|
71
71
|
returns the request thread.
|
|
72
72
|
"""
|
|
73
73
|
|
|
74
|
-
all_params = ['body', '
|
|
74
|
+
all_params = ['body', 'algo_name'] # noqa: E501
|
|
75
75
|
all_params.append('async_req')
|
|
76
76
|
all_params.append('_return_http_data_only')
|
|
77
77
|
all_params.append('_preload_content')
|
|
@@ -98,8 +98,8 @@ class OrderApiV3(object):
|
|
|
98
98
|
query_params = []
|
|
99
99
|
|
|
100
100
|
header_params = {}
|
|
101
|
-
if '
|
|
102
|
-
header_params['X-Algo-
|
|
101
|
+
if 'algo_name' in params:
|
|
102
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
103
103
|
|
|
104
104
|
form_params = []
|
|
105
105
|
local_var_files = {}
|
|
@@ -167,13 +167,13 @@ class OrderApiV3(object):
|
|
|
167
167
|
:param async_req bool
|
|
168
168
|
:param str order_id: (required)
|
|
169
169
|
:param str origin:
|
|
170
|
-
:param str
|
|
170
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
171
171
|
:return: CancelOrderV3Response
|
|
172
172
|
If the method is called asynchronously,
|
|
173
173
|
returns the request thread.
|
|
174
174
|
"""
|
|
175
175
|
|
|
176
|
-
all_params = ['order_id', 'origin', '
|
|
176
|
+
all_params = ['order_id', 'origin', 'algo_name'] # noqa: E501
|
|
177
177
|
all_params.append('async_req')
|
|
178
178
|
all_params.append('_return_http_data_only')
|
|
179
179
|
all_params.append('_preload_content')
|
|
@@ -204,8 +204,8 @@ class OrderApiV3(object):
|
|
|
204
204
|
header_params = {}
|
|
205
205
|
if 'origin' in params:
|
|
206
206
|
header_params['Origin'] = params['origin'] # noqa: E501
|
|
207
|
-
if '
|
|
208
|
-
header_params['X-Algo-
|
|
207
|
+
if 'algo_name' in params:
|
|
208
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
209
209
|
|
|
210
210
|
form_params = []
|
|
211
211
|
local_var_files = {}
|
|
@@ -358,13 +358,13 @@ class OrderApiV3(object):
|
|
|
358
358
|
|
|
359
359
|
:param async_req bool
|
|
360
360
|
:param GttModifyOrderRequest body: (required)
|
|
361
|
-
:param str
|
|
361
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
362
362
|
:return: GttTriggerOrderResponse
|
|
363
363
|
If the method is called asynchronously,
|
|
364
364
|
returns the request thread.
|
|
365
365
|
"""
|
|
366
366
|
|
|
367
|
-
all_params = ['body', '
|
|
367
|
+
all_params = ['body', 'algo_name'] # noqa: E501
|
|
368
368
|
all_params.append('async_req')
|
|
369
369
|
all_params.append('_return_http_data_only')
|
|
370
370
|
all_params.append('_preload_content')
|
|
@@ -391,8 +391,8 @@ class OrderApiV3(object):
|
|
|
391
391
|
query_params = []
|
|
392
392
|
|
|
393
393
|
header_params = {}
|
|
394
|
-
if '
|
|
395
|
-
header_params['X-Algo-
|
|
394
|
+
if 'algo_name' in params:
|
|
395
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
396
396
|
|
|
397
397
|
form_params = []
|
|
398
398
|
local_var_files = {}
|
|
@@ -460,13 +460,13 @@ class OrderApiV3(object):
|
|
|
460
460
|
:param async_req bool
|
|
461
461
|
:param ModifyOrderRequest body: (required)
|
|
462
462
|
:param str origin:
|
|
463
|
-
:param str
|
|
463
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
464
464
|
:return: ModifyOrderV3Response
|
|
465
465
|
If the method is called asynchronously,
|
|
466
466
|
returns the request thread.
|
|
467
467
|
"""
|
|
468
468
|
|
|
469
|
-
all_params = ['body', 'origin', '
|
|
469
|
+
all_params = ['body', 'origin', 'algo_name'] # noqa: E501
|
|
470
470
|
all_params.append('async_req')
|
|
471
471
|
all_params.append('_return_http_data_only')
|
|
472
472
|
all_params.append('_preload_content')
|
|
@@ -495,8 +495,8 @@ class OrderApiV3(object):
|
|
|
495
495
|
header_params = {}
|
|
496
496
|
if 'origin' in params:
|
|
497
497
|
header_params['Origin'] = params['origin'] # noqa: E501
|
|
498
|
-
if '
|
|
499
|
-
header_params['X-Algo-
|
|
498
|
+
if 'algo_name' in params:
|
|
499
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
500
500
|
|
|
501
501
|
form_params = []
|
|
502
502
|
local_var_files = {}
|
|
@@ -564,13 +564,13 @@ class OrderApiV3(object):
|
|
|
564
564
|
|
|
565
565
|
:param async_req bool
|
|
566
566
|
:param GttPlaceOrderRequest body: (required)
|
|
567
|
-
:param str
|
|
567
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
568
568
|
:return: GttTriggerOrderResponse
|
|
569
569
|
If the method is called asynchronously,
|
|
570
570
|
returns the request thread.
|
|
571
571
|
"""
|
|
572
572
|
|
|
573
|
-
all_params = ['body', '
|
|
573
|
+
all_params = ['body', 'algo_name'] # noqa: E501
|
|
574
574
|
all_params.append('async_req')
|
|
575
575
|
all_params.append('_return_http_data_only')
|
|
576
576
|
all_params.append('_preload_content')
|
|
@@ -597,8 +597,8 @@ class OrderApiV3(object):
|
|
|
597
597
|
query_params = []
|
|
598
598
|
|
|
599
599
|
header_params = {}
|
|
600
|
-
if '
|
|
601
|
-
header_params['X-Algo-
|
|
600
|
+
if 'algo_name' in params:
|
|
601
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
602
602
|
|
|
603
603
|
form_params = []
|
|
604
604
|
local_var_files = {}
|
|
@@ -666,13 +666,13 @@ class OrderApiV3(object):
|
|
|
666
666
|
:param async_req bool
|
|
667
667
|
:param PlaceOrderV3Request body: (required)
|
|
668
668
|
:param str origin:
|
|
669
|
-
:param str
|
|
669
|
+
:param str algo_name: Algorithm name for the order (optional)
|
|
670
670
|
:return: PlaceOrderV3Response
|
|
671
671
|
If the method is called asynchronously,
|
|
672
672
|
returns the request thread.
|
|
673
673
|
"""
|
|
674
674
|
|
|
675
|
-
all_params = ['body', 'origin', '
|
|
675
|
+
all_params = ['body', 'origin', 'algo_name'] # noqa: E501
|
|
676
676
|
all_params.append('async_req')
|
|
677
677
|
all_params.append('_return_http_data_only')
|
|
678
678
|
all_params.append('_preload_content')
|
|
@@ -701,8 +701,8 @@ class OrderApiV3(object):
|
|
|
701
701
|
header_params = {}
|
|
702
702
|
if 'origin' in params:
|
|
703
703
|
header_params['Origin'] = params['origin'] # noqa: E501
|
|
704
|
-
if '
|
|
705
|
-
header_params['X-Algo-
|
|
704
|
+
if 'algo_name' in params:
|
|
705
|
+
header_params['X-Algo-Name'] = params['algo_name'] # noqa: E501
|
|
706
706
|
|
|
707
707
|
form_params = []
|
|
708
708
|
local_var_files = {}
|
|
@@ -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.
|
|
77
|
+
self.default_headers["X-Upstox-SDK-Version"] = "2.19.0"
|
|
78
78
|
|
|
79
79
|
def __del__(self):
|
|
80
80
|
try:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: upstox-python-sdk
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.19.0
|
|
4
4
|
Summary: Upstox Developer API
|
|
5
5
|
Home-page: https://github.com/upstox/upstox-python
|
|
6
6
|
License: MIT
|
|
@@ -20,7 +20,7 @@ The official Python client for communicating with the <a href="https://upstox.co
|
|
|
20
20
|
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.
|
|
21
21
|
|
|
22
22
|
- API version: v2
|
|
23
|
-
- Package version: 2.
|
|
23
|
+
- Package version: 2.19.0
|
|
24
24
|
- Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen
|
|
25
25
|
|
|
26
26
|
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_api_gateway_error_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_or_exit_multi_order_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_cancel_or_exit_order_error_data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_convert_position_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_exchange_timing_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_full_market_quote_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_historical_candle_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_intra_day_candle_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_market_quote_ohlc_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_market_status_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_option_chain_response.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_option_contract_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_order_details_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_get_user_fund_margin_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_gtt_trigger_order_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_indie_user_init_token_data.py
RENAMED
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_indie_user_init_token_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_market_holidays_and_timings_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{upstox-python-sdk-2.18.0 → upstox-python-sdk-2.19.0}/test/test_o_auth_client_exception_cause.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|