webull-openapi-python-sdk 1.0.8__tar.gz → 1.0.9__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.
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/PKG-INFO +1 -1
- webull_openapi_python_sdk-1.0.9/samples/__init__.py +1 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/data_client.py +8 -0
- webull_openapi_python_sdk-1.0.9/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/__init__.py +1 -1
- webull_openapi_python_sdk-1.0.9/webull/data/__init__.py +3 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/timespan.py +2 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/futures_market_data.py +24 -2
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/market_data.py +24 -0
- webull_openapi_python_sdk-1.0.9/webull/data/request/get_footprint_request.py +45 -0
- webull_openapi_python_sdk-1.0.9/webull/data/request/get_futures_footprint_request.py +45 -0
- webull_openapi_python_sdk-1.0.9/webull/trade/__init__.py +1 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull_openapi_python_sdk.egg-info/SOURCES.txt +2 -0
- webull_openapi_python_sdk-1.0.8/samples/__init__.py +0 -1
- webull_openapi_python_sdk-1.0.8/webull/__init__.py +0 -1
- webull_openapi_python_sdk-1.0.8/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-1.0.8/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/LICENSE +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/NOTICE +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/README.rst +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client_v3.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/setup.cfg +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/setup.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/region.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/data/endpoints.json +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/headers.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/bean/access_token.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/__version__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/_internal_utils.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/adapters.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/api.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/auth.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/certs.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/compat.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/cookies.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/exceptions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/help.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/hooks.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/models.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/certifi/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/certifi/__main__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/certifi/cacert.pem +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/certifi/core.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/big5freq.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/big5prober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/chardistribution.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/charsetgroupprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/charsetprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/cli/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/cli/chardetect.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/codingstatemachine.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/compat.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/cp949prober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/enums.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/escprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/escsm.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/eucjpprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/euckrfreq.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/euckrprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/euctwfreq.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/euctwprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/gb2312freq.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/gb2312prober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/hebrewprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/jisfreq.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/jpcntx.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langbulgarianmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langcyrillicmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langgreekmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langhebrewmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langhungarianmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langthaimodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/langturkishmodel.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/latin1prober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/mbcharsetprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/mbcsgroupprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/mbcssm.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/sbcharsetprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/sbcsgroupprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/sjisprober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/universaldetector.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/utf8prober.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/chardet/version.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/_collections.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/connection.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/connectionpool.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/_appengine_environ.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/_securetransport/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/_securetransport/bindings.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/_securetransport/low_level.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/appengine.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/ntlmpool.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/pyopenssl.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/securetransport.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/contrib/socks.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/exceptions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/fields.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/filepost.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/backports/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/backports/makefile.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/ordered_dict.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/six.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/socks.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/packages/ssl_match_hostname/_implementation.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/poolmanager.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/response.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/connection.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/queue.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/response.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/retry.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/selectors.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/ssl_.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/timeout.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/url.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages/urllib3/util/wait.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/packages.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/sessions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/status_codes.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/structures.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/requests/utils.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/six.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/instrument.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_instruments_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/v2/account_info_v2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade/v3/order_opration_v3.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.9'
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/data_client.py
RENAMED
|
@@ -74,6 +74,10 @@ if __name__ == '__main__':
|
|
|
74
74
|
if res.status_code == 200:
|
|
75
75
|
print('get_tick:', res.json())
|
|
76
76
|
|
|
77
|
+
res = data_client.market_data.get_footprint("AAPL", Category.US_STOCK.name, Timespan.S5.name)
|
|
78
|
+
if res.status_code == 200:
|
|
79
|
+
print('get_footprint:', res.json())
|
|
80
|
+
|
|
77
81
|
res = data_client.market_data.get_quotes("AAPL", Category.US_STOCK.name, depth=1, overnight_required=True)
|
|
78
82
|
if res.status_code == 200:
|
|
79
83
|
print('get_quotes:', res.json())
|
|
@@ -94,6 +98,10 @@ if __name__ == '__main__':
|
|
|
94
98
|
if res.status_code == 200:
|
|
95
99
|
print('get_futures_snapshot:', res.json())
|
|
96
100
|
|
|
101
|
+
res = data_client.futures_market_data.get_futures_footprint("SILZ5,6BM6", Category.US_FUTURES.name, Timespan.S5.name)
|
|
102
|
+
if res.status_code == 200:
|
|
103
|
+
print('get_futures_footprint:', res.json())
|
|
104
|
+
|
|
97
105
|
res = data_client.instrument.get_futures_products(Category.US_FUTURES.name)
|
|
98
106
|
if res.status_code == 200:
|
|
99
107
|
print('get_futures_products:', res.json())
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.9'
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
from webull.data.common.category import Category
|
|
15
|
+
from webull.data.request.get_futures_footprint_request import GetFuturesFootprintRequest
|
|
16
16
|
from webull.data.request.get_futures_historical_bars_request import GetFuturesHistoricalBarsRequest
|
|
17
17
|
from webull.data.request.get_futures_snapshot_request import GetFuturesSnapshotRequest
|
|
18
18
|
from webull.data.request.get_futures_depth_request import GetFuturesDepthRequest
|
|
@@ -86,4 +86,26 @@ class FuturesMarketData:
|
|
|
86
86
|
tick_request.set_category(category)
|
|
87
87
|
tick_request.set_count(count)
|
|
88
88
|
response = self.client.get_response(tick_request)
|
|
89
|
+
return response
|
|
90
|
+
|
|
91
|
+
def get_futures_footprint(self, symbols, category, timespan, count=None,
|
|
92
|
+
real_time_required=None, trading_sessions=None):
|
|
93
|
+
"""
|
|
94
|
+
Search the futures footprint based on the list of futures codes and futures types.
|
|
95
|
+
|
|
96
|
+
:param symbols: Futures Securities symbol, such as: BITH6,BITF26.
|
|
97
|
+
:param category: Security type, enumeration.
|
|
98
|
+
:param timespan: Time granularity.
|
|
99
|
+
:param count: Number of entries: 200 by default, maximum 1200.
|
|
100
|
+
:param real_time_required: Whether to include the latest data or candlestick charts that are not yet finalized. The default is false, meaning they are not included. This option is only used for minute candlestick charts.
|
|
101
|
+
:param trading_sessions: RTH: During trading hours, PRE: Before trading hours, ATH: After trading hours. Default: RTH.
|
|
102
|
+
"""
|
|
103
|
+
footprint_request = GetFuturesFootprintRequest()
|
|
104
|
+
footprint_request.set_symbols(symbols)
|
|
105
|
+
footprint_request.set_category(category)
|
|
106
|
+
footprint_request.set_timespan(timespan)
|
|
107
|
+
footprint_request.set_count(count)
|
|
108
|
+
footprint_request.set_real_time_required(real_time_required)
|
|
109
|
+
footprint_request.set_trading_sessions(trading_sessions)
|
|
110
|
+
response = self.client.get_response(footprint_request)
|
|
89
111
|
return response
|
|
@@ -11,9 +11,11 @@
|
|
|
11
11
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
|
+
from webull.data.common.category import Category
|
|
14
15
|
from webull.data.request.get_batch_historical_bars_request import BatchHistoricalBarsRequest
|
|
15
16
|
from webull.data.request.get_corp_action_request import GetCorpActionRequest
|
|
16
17
|
from webull.data.request.get_eod_bars_request import GetEodBarsRequest
|
|
18
|
+
from webull.data.request.get_footprint_request import GetFootprintRequest
|
|
17
19
|
from webull.data.request.get_historical_bars_request import GetHistoricalBarsRequest
|
|
18
20
|
from webull.data.request.get_quotes_request import GetQuotesRequest
|
|
19
21
|
from webull.data.request.get_snapshot_request import GetSnapshotRequest
|
|
@@ -183,3 +185,25 @@ class MarketData:
|
|
|
183
185
|
eod_corp_action_request.set_last_update_time(last_update_time)
|
|
184
186
|
response = self.client.get_response(eod_corp_action_request)
|
|
185
187
|
return response
|
|
188
|
+
|
|
189
|
+
def get_footprint(self, symbols, category, timespan, count=None,
|
|
190
|
+
real_time_required=None, trading_sessions=None):
|
|
191
|
+
"""
|
|
192
|
+
Search the footprint based on the list of security codes and security types.
|
|
193
|
+
|
|
194
|
+
:param symbols: Securities symbol, such as: 00700,00981.
|
|
195
|
+
:param category: Security type, enumeration.
|
|
196
|
+
:param timespan: Time granularity.
|
|
197
|
+
:param count: Number of entries: 200 by default, maximum 1200.
|
|
198
|
+
:param real_time_required: Whether to include the latest data or candlestick charts that are not yet finalized. The default is false, meaning they are not included. This option is only used for minute candlestick charts.
|
|
199
|
+
:param trading_sessions: RTH: During trading hours, PRE: Before trading hours, ATH: After trading hours. Default: RTH.
|
|
200
|
+
"""
|
|
201
|
+
footprint_request = GetFootprintRequest()
|
|
202
|
+
footprint_request.set_symbols(symbols)
|
|
203
|
+
footprint_request.set_category(category)
|
|
204
|
+
footprint_request.set_timespan(timespan)
|
|
205
|
+
footprint_request.set_count(count)
|
|
206
|
+
footprint_request.set_real_time_required(real_time_required)
|
|
207
|
+
footprint_request.set_trading_sessions(trading_sessions)
|
|
208
|
+
response = self.client.get_response(footprint_request)
|
|
209
|
+
return response
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Copyright 2022 Webull
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
# coding=utf-8
|
|
16
|
+
from webull.core.request import ApiRequest
|
|
17
|
+
|
|
18
|
+
class GetFootprintRequest(ApiRequest):
|
|
19
|
+
def __init__(self):
|
|
20
|
+
ApiRequest.__init__(self, "/openapi/market-data/stock/footprint", version='v2', method="GET", query_params={})
|
|
21
|
+
|
|
22
|
+
def set_symbols(self, symbols):
|
|
23
|
+
if isinstance(symbols, str):
|
|
24
|
+
self.add_query_param("symbols", symbols)
|
|
25
|
+
elif isinstance(symbols, list):
|
|
26
|
+
self.add_query_param("symbols", ",".join(symbols))
|
|
27
|
+
|
|
28
|
+
def set_category(self, category):
|
|
29
|
+
self.add_query_param("category", category)
|
|
30
|
+
|
|
31
|
+
def set_timespan(self, timespan):
|
|
32
|
+
if timespan:
|
|
33
|
+
self.add_query_param("timespan", timespan)
|
|
34
|
+
|
|
35
|
+
def set_count(self, count):
|
|
36
|
+
if count:
|
|
37
|
+
self.add_query_param("count", count)
|
|
38
|
+
|
|
39
|
+
def set_real_time_required(self, real_time_required):
|
|
40
|
+
if real_time_required:
|
|
41
|
+
self.add_query_param("real_time_required", real_time_required)
|
|
42
|
+
|
|
43
|
+
def set_trading_sessions(self, trading_sessions):
|
|
44
|
+
if trading_sessions:
|
|
45
|
+
self.add_query_param("trading_sessions", trading_sessions)
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Copyright 2022 Webull
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
# coding=utf-8
|
|
16
|
+
from webull.core.request import ApiRequest
|
|
17
|
+
|
|
18
|
+
class GetFuturesFootprintRequest(ApiRequest):
|
|
19
|
+
def __init__(self):
|
|
20
|
+
ApiRequest.__init__(self, "/openapi/market-data/futures/footprint", version='v2', method="GET", query_params={})
|
|
21
|
+
|
|
22
|
+
def set_symbols(self, symbols):
|
|
23
|
+
if isinstance(symbols, str):
|
|
24
|
+
self.add_query_param("symbols", symbols)
|
|
25
|
+
elif isinstance(symbols, list):
|
|
26
|
+
self.add_query_param("symbols", ",".join(symbols))
|
|
27
|
+
|
|
28
|
+
def set_category(self, category):
|
|
29
|
+
self.add_query_param("category", category)
|
|
30
|
+
|
|
31
|
+
def set_timespan(self, timespan):
|
|
32
|
+
if timespan:
|
|
33
|
+
self.add_query_param("timespan", timespan)
|
|
34
|
+
|
|
35
|
+
def set_count(self, count):
|
|
36
|
+
if count:
|
|
37
|
+
self.add_query_param("count", count)
|
|
38
|
+
|
|
39
|
+
def set_real_time_required(self, real_time_required):
|
|
40
|
+
if real_time_required:
|
|
41
|
+
self.add_query_param("real_time_required", real_time_required)
|
|
42
|
+
|
|
43
|
+
def set_trading_sessions(self, trading_sessions):
|
|
44
|
+
if trading_sessions:
|
|
45
|
+
self.add_query_param("trading_sessions", trading_sessions)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.0.9'
|
|
@@ -241,7 +241,9 @@ webull/data/request/get_crypto_historical_bars_request.py
|
|
|
241
241
|
webull/data/request/get_crypto_instruments_request.py
|
|
242
242
|
webull/data/request/get_crypto_snapshot_request.py
|
|
243
243
|
webull/data/request/get_eod_bars_request.py
|
|
244
|
+
webull/data/request/get_footprint_request.py
|
|
244
245
|
webull/data/request/get_futures_depth_request.py
|
|
246
|
+
webull/data/request/get_futures_footprint_request.py
|
|
245
247
|
webull/data/request/get_futures_historical_bars_request.py
|
|
246
248
|
webull/data/request/get_futures_instruments_by_code_request.py
|
|
247
249
|
webull/data/request/get_futures_instruments_request.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.8'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.8'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '1.0.8'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/assets/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/assets/assets_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client_v2.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/samples/trade/trade_client_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/auth/credentials.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/easy_enum.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/common/region.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/data/endpoints.json
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/endpoint/__init__.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
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/__init__.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
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/method_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/http/response.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/retry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/data.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/desensitize.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/utils/validation.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-1.0.8 → webull_openapi_python_sdk-1.0.9}/webull/core/vendored/__init__.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|