webull-openapi-python-sdk 2.0.12__tar.gz → 2.0.13__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.12 → webull_openapi_python_sdk-2.0.13}/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.13/samples/__init__.py +1 -0
- webull_openapi_python_sdk-2.0.13/samples/trade/activities_client.py +59 -0
- webull_openapi_python_sdk-2.0.13/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/__init__.py +1 -1
- webull_openapi_python_sdk-2.0.13/webull/data/__init__.py +3 -0
- webull_openapi_python_sdk-2.0.13/webull/trade/__init__.py +1 -0
- webull_openapi_python_sdk-2.0.13/webull/trade/request/get_activities_request.py +39 -0
- webull_openapi_python_sdk-2.0.13/webull/trade/trade/activity.py +49 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade_client.py +2 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull_openapi_python_sdk.egg-info/SOURCES.txt +3 -0
- webull_openapi_python_sdk-2.0.12/samples/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.12/webull/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.12/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-2.0.12/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/LICENSE +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/NOTICE +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/README.rst +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/data_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/data_streaming_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/screener/screener_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_client_v3.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_client_v3_event.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/watchlist/watchlist_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/setup.cfg +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/setup.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/algorithm/sha_hmac256_new.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/region.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/data/endpoints.json +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/headers.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/bean/access_token.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/timespan.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/event_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/fundamentals.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/futures_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/option_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/screener.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_depth_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_depth_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/event_tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/watchlist.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_analyst_rating_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_analyst_target_price_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_capital_flow_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_company_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_dividend_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_earnings_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_events_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_instrument_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_series_categories.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_series_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_event_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_financials_alert_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_financials_balance_sheet_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_financials_cashflow_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_financials_income_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_financials_indicators_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_forecast_eps_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_allocation_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_brief_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_dividends_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_files_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_holdings_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_net_value_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_performance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_rating_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_fund_splits_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_product_class.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_industry_comparison_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_noii_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_noii_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_option_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_option_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_option_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_sec_filings_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_52whl_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_gainers_losers_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_high_dividend_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_market_sectors_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_market_sectors_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/screener/get_most_active_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/add_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/create_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/delete_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/get_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/get_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/remove_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/update_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/request/watchlist/update_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/position_intent.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_account_position_details_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/v2/account_info_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade/v3/order_opration_v3.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.13'
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
# Copyright 2022 Webull
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
# coding=utf-8
|
|
16
|
+
|
|
17
|
+
from webull.core.client import ApiClient
|
|
18
|
+
from webull.trade.trade_client import TradeClient
|
|
19
|
+
|
|
20
|
+
optional_api_endpoint = "<api_endpoint>"
|
|
21
|
+
your_app_key = "<your_app_key>"
|
|
22
|
+
your_app_secret = "<your_app_secret>"
|
|
23
|
+
region_id = "<region_id>"
|
|
24
|
+
account_id = "<your_account_id>"
|
|
25
|
+
|
|
26
|
+
api_client = ApiClient(your_app_key, your_app_secret, region_id)
|
|
27
|
+
api_client.add_endpoint(region_id, optional_api_endpoint)
|
|
28
|
+
|
|
29
|
+
if __name__ == '__main__':
|
|
30
|
+
trade_client = TradeClient(api_client)
|
|
31
|
+
|
|
32
|
+
# Query cash activities with default parameters
|
|
33
|
+
res = trade_client.activity.get_activities(account_id)
|
|
34
|
+
if res.status_code == 200:
|
|
35
|
+
print('get activities:', res.json())
|
|
36
|
+
|
|
37
|
+
# Query cash activities with activity type filter
|
|
38
|
+
res = trade_client.activity.get_activities(account_id, activity_types="TRADE,DEPOSIT")
|
|
39
|
+
if res.status_code == 200:
|
|
40
|
+
print('get activities by type:', res.json())
|
|
41
|
+
|
|
42
|
+
# Query cash activities with time range filter
|
|
43
|
+
res = trade_client.activity.get_activities(
|
|
44
|
+
account_id,
|
|
45
|
+
start_time="2026-06-30T12:00:00.000Z",
|
|
46
|
+
end_time="2026-07-03T12:00:00.000Z",
|
|
47
|
+
page_size=20
|
|
48
|
+
)
|
|
49
|
+
if res.status_code == 200:
|
|
50
|
+
print('get activities by time range:', res.json())
|
|
51
|
+
|
|
52
|
+
# Query cash activities with cursor-based pagination
|
|
53
|
+
res = trade_client.activity.get_activities(
|
|
54
|
+
account_id,
|
|
55
|
+
last_activity_id="<last_activity_id_from_previous_page>",
|
|
56
|
+
page_size=10
|
|
57
|
+
)
|
|
58
|
+
if res.status_code == 200:
|
|
59
|
+
print('get activities next page:', res.json())
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.13'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.13'
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Copyright 2022 Webull
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
# coding=utf-8
|
|
16
|
+
from webull.core.request import ApiRequest
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class GetActivitiesRequest(ApiRequest):
|
|
20
|
+
def __init__(self):
|
|
21
|
+
ApiRequest.__init__(self, "/openapi/trade/activities/cash", version='v2', method="GET", query_params={})
|
|
22
|
+
|
|
23
|
+
def set_account_id(self, account_id):
|
|
24
|
+
self.add_query_param("account_id", account_id)
|
|
25
|
+
|
|
26
|
+
def set_activity_types(self, activity_types):
|
|
27
|
+
self.add_query_param("activity_types", activity_types)
|
|
28
|
+
|
|
29
|
+
def set_start_time(self, start_time):
|
|
30
|
+
self.add_query_param("start_time", start_time)
|
|
31
|
+
|
|
32
|
+
def set_end_time(self, end_time):
|
|
33
|
+
self.add_query_param("end_time", end_time)
|
|
34
|
+
|
|
35
|
+
def set_last_activity_id(self, last_activity_id):
|
|
36
|
+
self.add_query_param("last_activity_id", last_activity_id)
|
|
37
|
+
|
|
38
|
+
def set_page_size(self, page_size):
|
|
39
|
+
self.add_query_param("page_size", page_size)
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Copyright 2022 Webull
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
# coding=utf-8
|
|
16
|
+
|
|
17
|
+
from webull.trade.request.get_activities_request import GetActivitiesRequest
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
class Activity:
|
|
21
|
+
def __init__(self, api_client):
|
|
22
|
+
self.client = api_client
|
|
23
|
+
|
|
24
|
+
def get_activities(self, account_id, activity_types=None, start_time=None, end_time=None,
|
|
25
|
+
last_activity_id=None, page_size=10):
|
|
26
|
+
"""
|
|
27
|
+
Query cash activities by type with pagination support.
|
|
28
|
+
This interface is currently supported only for Webull US.
|
|
29
|
+
|
|
30
|
+
:param account_id: Account ID
|
|
31
|
+
:param activity_types: Activity types filter, comma-separated string (optional)
|
|
32
|
+
:param start_time: Start time filter (optional)
|
|
33
|
+
:param end_time: End time filter (optional)
|
|
34
|
+
:param last_activity_id: The last activity ID of the previous page for cursor-based pagination (optional)
|
|
35
|
+
:param page_size: Number of entries per page, default value is 10
|
|
36
|
+
"""
|
|
37
|
+
get_activities_request = GetActivitiesRequest()
|
|
38
|
+
get_activities_request.set_account_id(account_id)
|
|
39
|
+
if activity_types is not None:
|
|
40
|
+
get_activities_request.set_activity_types(activity_types)
|
|
41
|
+
if start_time is not None:
|
|
42
|
+
get_activities_request.set_start_time(start_time)
|
|
43
|
+
if end_time is not None:
|
|
44
|
+
get_activities_request.set_end_time(end_time)
|
|
45
|
+
if last_activity_id is not None:
|
|
46
|
+
get_activities_request.set_last_activity_id(last_activity_id)
|
|
47
|
+
get_activities_request.set_page_size(page_size)
|
|
48
|
+
response = self.client.get_response(get_activities_request)
|
|
49
|
+
return response
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/trade/trade_client.py
RENAMED
|
@@ -16,6 +16,7 @@ import sys
|
|
|
16
16
|
|
|
17
17
|
from webull.core.http.initializer.client_initializer import ClientInitializer
|
|
18
18
|
from webull.trade.trade.account_info import Account
|
|
19
|
+
from webull.trade.trade.activity import Activity
|
|
19
20
|
from webull.trade.trade.order_operation import OrderOperation
|
|
20
21
|
from webull.trade.trade.trade_calendar import TradeCalendar
|
|
21
22
|
from webull.trade.trade.trade_instrument import TradeInstrument
|
|
@@ -33,6 +34,7 @@ class TradeClient:
|
|
|
33
34
|
self.order = OrderOperation(api_client)
|
|
34
35
|
self.order_v2 = OrderOperationV2(api_client)
|
|
35
36
|
self.order_v3 = OrderOperationV3(api_client)
|
|
37
|
+
self.activity = Activity(api_client)
|
|
36
38
|
self.trade_instrument = TradeInstrument(api_client)
|
|
37
39
|
self.trade_calendar = TradeCalendar(api_client)
|
|
38
40
|
|
|
@@ -22,6 +22,7 @@ samples/order/order_stock_client.py
|
|
|
22
22
|
samples/screener/__init__.py
|
|
23
23
|
samples/screener/screener_client.py
|
|
24
24
|
samples/trade/__init__.py
|
|
25
|
+
samples/trade/activities_client.py
|
|
25
26
|
samples/trade/trade_client.py
|
|
26
27
|
samples/trade/trade_client_v2.py
|
|
27
28
|
samples/trade/trade_client_v3.py
|
|
@@ -256,6 +257,7 @@ webull/trade/request/cancel_order_request.py
|
|
|
256
257
|
webull/trade/request/get_account_balance_request.py
|
|
257
258
|
webull/trade/request/get_account_positions_request.py
|
|
258
259
|
webull/trade/request/get_account_profile_request.py
|
|
260
|
+
webull/trade/request/get_activities_request.py
|
|
259
261
|
webull/trade/request/get_app_subscriptions.py
|
|
260
262
|
webull/trade/request/get_open_orders_request.py
|
|
261
263
|
webull/trade/request/get_order_detail_request.py
|
|
@@ -298,6 +300,7 @@ webull/trade/request/v3/preview_order_request.py
|
|
|
298
300
|
webull/trade/request/v3/replace_order_request.py
|
|
299
301
|
webull/trade/trade/__init__.py
|
|
300
302
|
webull/trade/trade/account_info.py
|
|
303
|
+
webull/trade/trade/activity.py
|
|
301
304
|
webull/trade/trade/order_operation.py
|
|
302
305
|
webull/trade/trade/trade_calendar.py
|
|
303
306
|
webull/trade/trade/trade_instrument.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.12'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.12'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.12'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/assets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/data/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/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.12 → webull_openapi_python_sdk-2.0.13}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/screener/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/samples/watchlist/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/common/region.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.12 → webull_openapi_python_sdk-2.0.13}/webull/core/headers.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/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
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/http/response.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/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.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/core/utils/data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/category.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.12 → webull_openapi_python_sdk-2.0.13}/webull/data/common/timespan.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/data_client.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
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/webull/data/quotes/__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
|
{webull_openapi_python_sdk-2.0.12 → webull_openapi_python_sdk-2.0.13}/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
|