webull-openapi-python-sdk 2.0.2__tar.gz → 2.0.3__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-2.0.2 → webull_openapi_python_sdk-2.0.3}/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.3/samples/__init__.py +1 -0
- webull_openapi_python_sdk-2.0.3/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/__init__.py +1 -1
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/client.py +13 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/headers.py +2 -1
- webull_openapi_python_sdk-2.0.3/webull/data/__init__.py +3 -0
- webull_openapi_python_sdk-2.0.3/webull/trade/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.2/samples/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.2/webull/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.2/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-2.0.2/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/LICENSE +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/NOTICE +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/README.rst +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_streaming_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client_v3.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client_v3_event.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/setup.cfg +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/setup.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/region.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/data/endpoints.json +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/bean/access_token.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/timespan.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/event_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/futures_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_depth_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_depth_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/event_tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_events_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_instrument_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_series_categories.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_series_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_event_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/position_intent.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/v2/account_info_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade/v3/order_opration_v3.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull_openapi_python_sdk.egg-info/SOURCES.txt +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.3'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.3'
|
|
@@ -41,6 +41,7 @@ which was part of Alibaba Group.
|
|
|
41
41
|
|
|
42
42
|
import json
|
|
43
43
|
import logging
|
|
44
|
+
import os
|
|
44
45
|
import platform
|
|
45
46
|
import time
|
|
46
47
|
from logging.handlers import TimedRotatingFileHandler
|
|
@@ -69,6 +70,8 @@ DEFAULT_READ_TIMEOUT = 10
|
|
|
69
70
|
DEFAULT_CONNECTION_TIMEOUT = 5
|
|
70
71
|
DEFAULT_PORT = 443
|
|
71
72
|
DEFAULT_REGION_ID = "us"
|
|
73
|
+
DEFAULT_CLIENT_SOURCE = "sdk"
|
|
74
|
+
CLIENT_SOURCE_ENV = "WEBULL_CLIENT_SOURCE"
|
|
72
75
|
|
|
73
76
|
logger = logging.getLogger(__name__)
|
|
74
77
|
|
|
@@ -254,6 +257,7 @@ class ApiClient:
|
|
|
254
257
|
headers['User-Agent'] = self._compose_ua(request)
|
|
255
258
|
if self.get_token():
|
|
256
259
|
headers['x-access-token'] = self.get_token()
|
|
260
|
+
headers[hd.CLIENT_SOURCE] = self._get_client_source()
|
|
257
261
|
|
|
258
262
|
protocol = request.get_protocol_type()
|
|
259
263
|
url = request.get_url()
|
|
@@ -270,6 +274,15 @@ class ApiClient:
|
|
|
270
274
|
verify=self.get_verify())
|
|
271
275
|
response.set_content(body, "utf-8")
|
|
272
276
|
return response
|
|
277
|
+
|
|
278
|
+
@staticmethod
|
|
279
|
+
def _get_client_source():
|
|
280
|
+
client_source = os.environ.get(CLIENT_SOURCE_ENV)
|
|
281
|
+
if client_source is not None:
|
|
282
|
+
client_source = client_source.strip()
|
|
283
|
+
if client_source:
|
|
284
|
+
return client_source
|
|
285
|
+
return DEFAULT_CLIENT_SOURCE
|
|
273
286
|
|
|
274
287
|
def _implementation_of_do_action(self, request, signer=None):
|
|
275
288
|
if not isinstance(request, BaseRequest):
|
|
@@ -40,6 +40,7 @@ which was part of Alibaba Group.
|
|
|
40
40
|
"""
|
|
41
41
|
|
|
42
42
|
REQUEST_ID = "X-Request-Id"
|
|
43
|
+
CLIENT_SOURCE = "x-webull-client-source"
|
|
43
44
|
APP_KEY = "x-app-key"
|
|
44
45
|
SIGNATURE = "x-signature"
|
|
45
46
|
SIGN_ALGORITHM = "x-signature-algorithm"
|
|
@@ -54,4 +55,4 @@ ACCESS_TOKEN = "x-access-token"
|
|
|
54
55
|
NATIVE_HOST = "Host"
|
|
55
56
|
NATIVE_CONTENT_TYPE = "Content-Type"
|
|
56
57
|
NATIVE_CONTENT_LENGTH = "Content-Length"
|
|
57
|
-
NATIVE_USER_AGENT = "User-Agent"
|
|
58
|
+
NATIVE_USER_AGENT = "User-Agent"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.3'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.2'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.2'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.2'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/assets/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/assets/assets_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/data/data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client_v2.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/samples/trade/trade_client_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/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-2.0.2 → webull_openapi_python_sdk-2.0.3}/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-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/easy_enum.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/common/region.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/data/endpoints.json
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/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
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/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-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/method_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/http/response.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/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-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/data.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/desensitize.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/core/utils/validation.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/category.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/direction.py
RENAMED
|
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-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/common/timespan.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/internal/__init__.py
RENAMED
|
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-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/quotes/instrument.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
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/data/request/__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
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/category.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/currency.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/markets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.2 → webull_openapi_python_sdk-2.0.3}/webull/trade/common/order_tif.py
RENAMED
|
File without changes
|
|
File without changes
|