webull-openapi-python-sdk 3.0.0__tar.gz → 3.0.1__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-3.0.0 → webull_openapi_python_sdk-3.0.1}/PKG-INFO +1 -1
- webull_openapi_python_sdk-3.0.1/samples/__init__.py +1 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_client.py +3 -0
- webull_openapi_python_sdk-3.0.1/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/__init__.py +1 -1
- webull_openapi_python_sdk-3.0.1/webull/data/__init__.py +3 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/market_data.py +15 -12
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_historical_bars_request.py +7 -0
- webull_openapi_python_sdk-3.0.1/webull/trade/__init__.py +1 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- webull_openapi_python_sdk-3.0.0/samples/__init__.py +0 -1
- webull_openapi_python_sdk-3.0.0/webull/__init__.py +0 -1
- webull_openapi_python_sdk-3.0.0/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-3.0.0/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/LICENSE +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/NOTICE +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/README.rst +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_client_event.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_streaming_client_event.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/screener/screener_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client_v3.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client_v3_event.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/watchlist/watchlist_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/setup.cfg +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/setup.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/algorithm/sha_hmac256_new.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/region.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/data/endpoints.json +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/headers.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/bean/access_token.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/timespan.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/event_market_data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/fundamentals.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/futures_market_data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/instrument.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/option_market_data.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/screener.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_depth_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_depth_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_snapshot_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_tick_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/event_tick_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/notice_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/watchlist.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_analyst_rating_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_analyst_target_price_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_capital_flow_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_company_profile_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_crypto_instruments_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_dividend_calendar_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_earnings_calendar_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_depth_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_events_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_instrument_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_instrument_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_series_categories.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_series_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_series_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_event_tick_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_financials_alert_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_financials_balance_sheet_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_financials_cashflow_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_financials_income_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_financials_indicators_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_footprint_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_forecast_eps_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_allocation_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_brief_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_dividends_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_dividends_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_files_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_holdings_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_net_value_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_performance_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_rating_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_fund_splits_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_footprint_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_product_class.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_industry_comparison_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_instruments_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_noii_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_noii_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_option_bars_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_option_contracts_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_option_contracts_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_option_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_option_tick_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_sec_filings_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_52whl_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_52whl_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_gainers_losers_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_gainers_losers_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_high_dividend_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_high_dividend_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_market_sectors_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_market_sectors_detail_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_market_sectors_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_market_sectors_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_most_active_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/screener/get_most_active_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/add_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/create_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/delete_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/get_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/get_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/remove_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/update_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/request/watchlist/update_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/position_intent.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_activities_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_activities_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_position_details_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_position_details_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_order_executions_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_order_executions_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/get_order_history_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/get_order_open_request_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/activity.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/v2/account_info_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade/v3/order_operation_v3.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull_openapi_python_sdk.egg-info/SOURCES.txt +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.0.1'
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/data_client.py
RENAMED
|
@@ -63,6 +63,9 @@ if __name__ == '__main__':
|
|
|
63
63
|
if res.status_code == 200:
|
|
64
64
|
print('get_snapshot:', res.json())
|
|
65
65
|
|
|
66
|
+
# get_history_bar is deprecated: the /market-data/stocks/bars/get endpoint
|
|
67
|
+
# is no longer available. It now delegates to the batch endpoint
|
|
68
|
+
# /market-data/stocks/bars/list. Prefer get_batch_history_bar directly.
|
|
66
69
|
res = data_client.market_data.get_history_bar('AAPL', Category.US_STOCK.name, Timespan.M1.name)
|
|
67
70
|
if res.status_code == 200:
|
|
68
71
|
print('get_history_bar:', res.json())
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.0.1'
|
|
@@ -15,7 +15,6 @@ from webull.data.request.get_batch_historical_bars_request import BatchHistorica
|
|
|
15
15
|
from webull.data.request.get_corp_action_request import GetCorpActionRequest
|
|
16
16
|
from webull.data.request.get_eod_bars_request import GetEodBarsRequest
|
|
17
17
|
from webull.data.request.get_footprint_request import GetFootprintRequest
|
|
18
|
-
from webull.data.request.get_historical_bars_request import GetHistoricalBarsRequest
|
|
19
18
|
from webull.data.request.get_noii_bars_request import GetNoiiBarsRequest
|
|
20
19
|
from webull.data.request.get_noii_snapshot_request import GetNoiiSnapshotRequest
|
|
21
20
|
from webull.data.request.get_quotes_request import GetQuotesRequest
|
|
@@ -29,6 +28,11 @@ class MarketData:
|
|
|
29
28
|
|
|
30
29
|
def get_history_bar(self, symbol, category, timespan, count='200', real_time_required=None, trading_sessions=None, start_time=None, end_time=None):
|
|
31
30
|
"""
|
|
31
|
+
.. deprecated::
|
|
32
|
+
The endpoint /market-data/stocks/bars/get is no longer available.
|
|
33
|
+
Use :meth:`get_batch_history_bar` instead, which calls the batch
|
|
34
|
+
endpoint /market-data/stocks/bars/list.
|
|
35
|
+
|
|
32
36
|
Returns to Instrument in the window aggregated data.
|
|
33
37
|
According to the last N K-lines of the stock code, it supports various granularity K-lines such as m1 and m5.
|
|
34
38
|
Currently, only the K-line with the previous weight is provided for the daily K-line and above,
|
|
@@ -44,17 +48,16 @@ class MarketData:
|
|
|
44
48
|
:param start_time: Start timestamp in milliseconds (Long). Optional.
|
|
45
49
|
:param end_time: End timestamp in milliseconds (Long). Delayed permission will auto-offset time. Optional.
|
|
46
50
|
"""
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
return response
|
|
51
|
+
return self.get_batch_history_bar(
|
|
52
|
+
[symbol],
|
|
53
|
+
category,
|
|
54
|
+
timespan,
|
|
55
|
+
count=count,
|
|
56
|
+
real_time_required=real_time_required,
|
|
57
|
+
trading_sessions=trading_sessions,
|
|
58
|
+
start_time=start_time,
|
|
59
|
+
end_time=end_time,
|
|
60
|
+
)
|
|
58
61
|
|
|
59
62
|
def get_batch_history_bar(self, symbols, category, timespan, count='200', real_time_required=None, trading_sessions=None, start_time=None, end_time=None):
|
|
60
63
|
"""
|
|
@@ -16,6 +16,13 @@
|
|
|
16
16
|
from webull.core.request import ApiRequest
|
|
17
17
|
|
|
18
18
|
class GetHistoricalBarsRequest(ApiRequest):
|
|
19
|
+
"""
|
|
20
|
+
.. deprecated::
|
|
21
|
+
The endpoint /market-data/stocks/bars/get is no longer available.
|
|
22
|
+
Use :class:`webull.data.request.get_batch_historical_bars_request.BatchHistoricalBarsRequest`
|
|
23
|
+
instead, which calls the batch endpoint /market-data/stocks/bars/list.
|
|
24
|
+
"""
|
|
25
|
+
|
|
19
26
|
def __init__(self):
|
|
20
27
|
ApiRequest.__init__(self, "/market-data/stocks/bars/get", version='v3', method="GET", query_params={})
|
|
21
28
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.0.1'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.17'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.0.0'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.0.0'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/assets/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/assets/assets_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/screener/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client_v2.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/trade/trade_client_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/samples/watchlist/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/auth/__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-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/easy_enum.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/common/region.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/data/endpoints.json
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/method_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/http/response.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/data.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/desensitize.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/core/utils/validation.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/category.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/common/timespan.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/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-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/instrument.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/screener.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
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/webull/data/quotes/watchlist.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-3.0.0 → webull_openapi_python_sdk-3.0.1}/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
|