webull-openapi-python-sdk 2.0.16__tar.gz → 2.0.18__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.16 → webull_openapi_python_sdk-2.0.18}/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.18/samples/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_client_v3.py +29 -0
- webull_openapi_python_sdk-2.0.18/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/__init__.py +1 -1
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/bean/access_token.py +3 -2
- webull_openapi_python_sdk-2.0.18/webull/data/__init__.py +3 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/instrument.py +4 -2
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_instruments_request.py +4 -0
- webull_openapi_python_sdk-2.0.18/webull/trade/__init__.py +1 -0
- webull_openapi_python_sdk-2.0.18/webull/trade/request/v2/get_order_executions_request.py +38 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/v3/order_opration_v3.py +46 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull_openapi_python_sdk.egg-info/SOURCES.txt +1 -0
- webull_openapi_python_sdk-2.0.16/samples/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.16/webull/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.16/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-2.0.16/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/LICENSE +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/NOTICE +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/README.rst +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/data_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/data_streaming_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/screener/screener_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_client_v3_event.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/watchlist/watchlist_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/setup.cfg +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/setup.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/algorithm/sha_hmac256_new.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/region.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/data/endpoints.json +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/headers.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/timespan.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/event_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/fundamentals.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/futures_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/option_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/screener.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_depth_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_depth_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/event_tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/watchlist.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_analyst_rating_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_analyst_target_price_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_capital_flow_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_company_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_dividend_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_earnings_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_events_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_instrument_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_series_categories.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_series_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_event_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_financials_alert_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_financials_balance_sheet_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_financials_cashflow_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_financials_income_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_financials_indicators_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_forecast_eps_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_allocation_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_brief_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_dividends_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_files_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_holdings_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_net_value_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_performance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_rating_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_fund_splits_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_product_class.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_industry_comparison_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_noii_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_noii_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_option_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_option_contracts_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_option_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_option_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_sec_filings_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_52whl_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_gainers_losers_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_high_dividend_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_market_sectors_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_market_sectors_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/screener/get_most_active_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/add_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/create_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/delete_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/get_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/get_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/remove_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/update_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/request/watchlist/update_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/position_intent.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_activities_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_account_position_details_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/activity.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/v2/account_info_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.17'
|
|
@@ -60,6 +60,17 @@ if __name__ == '__main__':
|
|
|
60
60
|
# ============================================================
|
|
61
61
|
|
|
62
62
|
# normal equity order
|
|
63
|
+
# normal equity order
|
|
64
|
+
# leg_in_or_out: Currently, only the US market is supported.
|
|
65
|
+
# Specifies whether this order is adding or removing a leg from an existing position.
|
|
66
|
+
# LEG_IN: Add this leg to an existing position to form a multi-leg strategy.
|
|
67
|
+
# LEG_OUT: Close this leg from an existing multi-leg strategy position.
|
|
68
|
+
# position_id: Currently, only the US market is supported.
|
|
69
|
+
# The unique position identifier of the target leg. Obtained from the Account Positions API.
|
|
70
|
+
# Required when leg_in_or_out is specified.
|
|
71
|
+
# leg_in_strategy: Currently, only the US market is supported.
|
|
72
|
+
# The target strategy type expected after legging in. Only applicable when leg_in_or_out is LEG_IN.
|
|
73
|
+
# (e.g., VERTICAL, CALENDAR, STRANGLE, STRADDLE, IRON_CONDOR, BUTTERFLY, CUSTOM).
|
|
63
74
|
normal_equity_client_order_id = uuid.uuid4().hex
|
|
64
75
|
print('client order id:', normal_equity_client_order_id)
|
|
65
76
|
new_normal_equity_orders = [
|
|
@@ -76,6 +87,9 @@ if __name__ == '__main__':
|
|
|
76
87
|
"side": "BUY",
|
|
77
88
|
"time_in_force": "DAY",
|
|
78
89
|
"entrust_type": "QTY",
|
|
90
|
+
"leg_in_or_out": "LEG_IN",
|
|
91
|
+
"position_id": "<your_position_id>",
|
|
92
|
+
"leg_in_strategy": "VERTICAL",
|
|
79
93
|
# Currently, only Webull JP is supported.
|
|
80
94
|
# "account_tax_type":"GENERAL",
|
|
81
95
|
# "margin_type": "ONE_DAY"
|
|
@@ -119,6 +133,9 @@ if __name__ == '__main__':
|
|
|
119
133
|
if res.status_code == 200:
|
|
120
134
|
print('get order detail res:', res.json())
|
|
121
135
|
|
|
136
|
+
res = trade_client.order_v3.get_order_executions(account_id, client_order_id= "", start_date="2026-01-20", end_date="2026-01-23")
|
|
137
|
+
if res.status_code == 200:
|
|
138
|
+
print('get order executions res:', res.json())
|
|
122
139
|
|
|
123
140
|
|
|
124
141
|
# combo equity order
|
|
@@ -257,6 +274,15 @@ if __name__ == '__main__':
|
|
|
257
274
|
|
|
258
275
|
# normal option order
|
|
259
276
|
# position_intent: Currently, only the US market is supported, and only options orders are allowed.
|
|
277
|
+
# leg_in_or_out: Currently, only the US market is supported.
|
|
278
|
+
# Specifies whether this leg is being legged into or legged out of an existing position.
|
|
279
|
+
# LEG_IN: Add this leg to an existing position.
|
|
280
|
+
# LEG_OUT: Close this leg from an existing multi-leg strategy position.
|
|
281
|
+
# position_id: Currently, only the US market is supported.
|
|
282
|
+
# The unique position identifier of the target leg to be legged in or legged out. Obtained from the Account Positions API. Required when leg_in_or_out is specified.
|
|
283
|
+
# leg_in_strategy: Currently, only the US market is supported.
|
|
284
|
+
# The target strategy type expected after legging in. Specifies what multi-leg strategy the position should become once this leg is added. Only applicable when leg_in_or_out is LEG_IN.
|
|
285
|
+
# (e.g., VERTICAL, CALENDAR, STRANGLE, STRADDLE, IRON_CONDOR, BUTTERFLY, CUSTOM).
|
|
260
286
|
normal_option_client_order_id = uuid.uuid4().hex
|
|
261
287
|
new_normal_option_orders = [
|
|
262
288
|
{
|
|
@@ -270,6 +296,9 @@ if __name__ == '__main__':
|
|
|
270
296
|
"time_in_force": "GTC",
|
|
271
297
|
"entrust_type": "QTY",
|
|
272
298
|
"position_intent": "BUY_TO_OPEN",
|
|
299
|
+
"leg_in_or_out": "LEG_IN",
|
|
300
|
+
"position_id": "<your_position_id>",
|
|
301
|
+
"leg_in_strategy": "VERTICAL",
|
|
273
302
|
"legs": [
|
|
274
303
|
{
|
|
275
304
|
"side": "BUY",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.18'
|
|
@@ -34,7 +34,8 @@
|
|
|
34
34
|
# coding=utf-8
|
|
35
35
|
|
|
36
36
|
class AccessToken:
|
|
37
|
-
def __init__(self, token, expires, status):
|
|
37
|
+
def __init__(self, token, expires, status, expires_at=None):
|
|
38
38
|
self.token = token
|
|
39
39
|
self.expires = expires
|
|
40
|
-
self.status = status
|
|
40
|
+
self.status = status
|
|
41
|
+
self.expires_at = expires_at
|
|
@@ -32,14 +32,15 @@ class Instrument:
|
|
|
32
32
|
def __init__(self, api_client):
|
|
33
33
|
self.client = api_client
|
|
34
34
|
|
|
35
|
-
def get_instrument(self, symbols=None, category=Category.US_STOCK.name, status=None,
|
|
36
|
-
page_size=1000):
|
|
35
|
+
def get_instrument(self, symbols=None, category=Category.US_STOCK.name, status=None, sub_category=None,
|
|
36
|
+
last_instrument_id=None, page_size=1000):
|
|
37
37
|
"""
|
|
38
38
|
Query the underlying information according to the security symbol list and security type.
|
|
39
39
|
|
|
40
40
|
:param symbols: Securities symbol, such as: 00700,00981.
|
|
41
41
|
:param category: Security type, enumeration.
|
|
42
42
|
:param status: Tradable status.
|
|
43
|
+
:param sub_category: Security sub category.
|
|
43
44
|
:param last_instrument_id: Last instrument id for pagination.
|
|
44
45
|
:param page_size: Page size, default 1000.
|
|
45
46
|
"""
|
|
@@ -47,6 +48,7 @@ class Instrument:
|
|
|
47
48
|
instruments_request.set_symbols(symbols)
|
|
48
49
|
instruments_request.set_category(category)
|
|
49
50
|
instruments_request.set_status(status)
|
|
51
|
+
instruments_request.set_sub_category(sub_category)
|
|
50
52
|
instruments_request.set_last_instrument_id(last_instrument_id)
|
|
51
53
|
instruments_request.set_page_size(page_size)
|
|
52
54
|
response = self.client.get_response(instruments_request)
|
|
@@ -33,6 +33,10 @@ class GetInstrumentsRequest(ApiRequest):
|
|
|
33
33
|
if status:
|
|
34
34
|
self.add_query_param("status", status)
|
|
35
35
|
|
|
36
|
+
def set_sub_category(self, sub_category):
|
|
37
|
+
if sub_category:
|
|
38
|
+
self.add_query_param("sub_category", sub_category)
|
|
39
|
+
|
|
36
40
|
def set_last_instrument_id(self, last_instrument_id):
|
|
37
41
|
if last_instrument_id:
|
|
38
42
|
self.add_query_param("last_instrument_id", last_instrument_id)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.17'
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
+
from webull.core.request import ApiRequest
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
class GetOrderExecutionsRequest(ApiRequest):
|
|
19
|
+
def __init__(self):
|
|
20
|
+
ApiRequest.__init__(self, "/trading/orders/executions/list", version='v2', method="GET", query_params={})
|
|
21
|
+
|
|
22
|
+
def set_account_id(self, account_id):
|
|
23
|
+
self.add_query_param("account_id", account_id)
|
|
24
|
+
|
|
25
|
+
def set_client_order_id(self, client_order_id):
|
|
26
|
+
self.add_query_param("client_order_id", client_order_id)
|
|
27
|
+
|
|
28
|
+
def set_start_date(self, start_date):
|
|
29
|
+
self.add_query_param("start_date", start_date)
|
|
30
|
+
|
|
31
|
+
def set_end_date(self, end_date):
|
|
32
|
+
self.add_query_param("end_date", end_date)
|
|
33
|
+
|
|
34
|
+
def set_last_execution_id(self, last_execution_id):
|
|
35
|
+
self.add_query_param("last_execution_id", last_execution_id)
|
|
36
|
+
|
|
37
|
+
def set_page_size(self, page_size):
|
|
38
|
+
self.add_query_param("page_size", page_size)
|
|
@@ -20,6 +20,7 @@ from webull.trade.request.v3.cancel_order_request import CancelOrderRequest
|
|
|
20
20
|
from webull.trade.request.v3.get_order_detail_request import OrderDetailRequest
|
|
21
21
|
from webull.trade.request.v3.get_order_history_request import OrderHistoryRequest
|
|
22
22
|
from webull.trade.request.v3.get_order_open_request import OrderOpenRequest
|
|
23
|
+
from webull.trade.request.v2.get_order_executions_request import GetOrderExecutionsRequest
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
class OrderOperationV3:
|
|
@@ -90,6 +91,11 @@ class OrderOperationV3:
|
|
|
90
91
|
"""
|
|
91
92
|
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull SG, Webull TH, Webull AU, Webull MY, Webull UK, Webull BR, Webull MX, Webull ZA, Webull EU.
|
|
92
93
|
Support for other regions will be available in future updates.
|
|
94
|
+
|
|
95
|
+
Response fields (per order item, US market only):
|
|
96
|
+
- leg_in_or_out: Indicates whether this order is legging in or out. Values: LEG_IN, LEG_OUT.
|
|
97
|
+
- position_id: The unique position identifier of the target leg.
|
|
98
|
+
- leg_in_strategy: The target strategy type after legging in (e.g., VERTICAL, CALENDAR, STRANGLE, STRADDLE, IRON_CONDOR, BUTTERFLY, CUSTOM).
|
|
93
99
|
"""
|
|
94
100
|
order_detail_request = OrderDetailRequest()
|
|
95
101
|
order_detail_request.set_account_id(account_id=account_id)
|
|
@@ -111,6 +117,11 @@ class OrderOperationV3:
|
|
|
111
117
|
:param end_date: End date (if empty, the default is the last 7 days), in the format of yyyy-MM-dd.
|
|
112
118
|
:param last_client_order_id: The last client order ID from the previous response. For the first page query,
|
|
113
119
|
this parameter is not required.
|
|
120
|
+
|
|
121
|
+
Response fields (per order item, US market only):
|
|
122
|
+
- leg_in_or_out: Indicates whether this order is legging in or out. Values: LEG_IN, LEG_OUT.
|
|
123
|
+
- position_id: The unique position identifier of the target leg.
|
|
124
|
+
- leg_in_strategy: The target strategy type after legging in (e.g., VERTICAL, CALENDAR, STRANGLE, STRADDLE, IRON_CONDOR, BUTTERFLY, CUSTOM).
|
|
114
125
|
"""
|
|
115
126
|
order_history_request = OrderHistoryRequest()
|
|
116
127
|
order_history_request.set_account_id(account_id=account_id)
|
|
@@ -136,6 +147,11 @@ class OrderOperationV3:
|
|
|
136
147
|
:param page_size: Limit the number of records per query to 10 by default.
|
|
137
148
|
:param last_client_order_id: The last client order ID from the previous response. For the first page query,
|
|
138
149
|
this parameter is not required.
|
|
150
|
+
|
|
151
|
+
Response fields (per order item, US market only):
|
|
152
|
+
- leg_in_or_out: Indicates whether this order is legging in or out. Values: LEG_IN, LEG_OUT.
|
|
153
|
+
- position_id: The unique position identifier of the target leg.
|
|
154
|
+
- leg_in_strategy: The target strategy type after legging in (e.g., VERTICAL, CALENDAR, STRANGLE, STRADDLE, IRON_CONDOR, BUTTERFLY, CUSTOM).
|
|
139
155
|
"""
|
|
140
156
|
order_open_request = OrderOpenRequest()
|
|
141
157
|
order_open_request.set_account_id(account_id=account_id)
|
|
@@ -145,3 +161,33 @@ class OrderOperationV3:
|
|
|
145
161
|
order_open_request.set_last_client_order_id(last_client_order_id=last_client_order_id)
|
|
146
162
|
response = self.client.get_response(order_open_request)
|
|
147
163
|
return response
|
|
164
|
+
|
|
165
|
+
def get_order_executions(self, account_id, client_order_id=None, start_date=None, end_date=None, last_execution_id=None, page_size=None):
|
|
166
|
+
"""
|
|
167
|
+
This interface is currently supported only for Webull HK.
|
|
168
|
+
Support for other regions will be available in future updates.
|
|
169
|
+
|
|
170
|
+
Query order execution records within a specified date range.
|
|
171
|
+
|
|
172
|
+
:param account_id: Account ID (required).
|
|
173
|
+
:param client_order_id: The 3rd party order ID.
|
|
174
|
+
:param start_date: Start date in the format of yyyy-MM-dd.
|
|
175
|
+
:param end_date: End date in the format of yyyy-MM-dd.
|
|
176
|
+
:param last_execution_id: The last execution ID from the previous response. For the first page query,
|
|
177
|
+
this parameter is not required.
|
|
178
|
+
:param page_size: Number of records per page, defaults to 10.
|
|
179
|
+
"""
|
|
180
|
+
request = GetOrderExecutionsRequest()
|
|
181
|
+
request.set_account_id(account_id)
|
|
182
|
+
if start_date:
|
|
183
|
+
request.set_start_date(start_date)
|
|
184
|
+
if end_date:
|
|
185
|
+
request.set_end_date(end_date)
|
|
186
|
+
if last_execution_id:
|
|
187
|
+
request.set_last_execution_id(last_execution_id)
|
|
188
|
+
if client_order_id:
|
|
189
|
+
request.set_client_order_id(client_order_id)
|
|
190
|
+
if page_size:
|
|
191
|
+
request.set_page_size(page_size)
|
|
192
|
+
response = self.client.get_response(request)
|
|
193
|
+
return response
|
|
@@ -280,6 +280,7 @@ webull/trade/request/v2/get_account_list_request.py
|
|
|
280
280
|
webull/trade/request/v2/get_account_position_details_request.py
|
|
281
281
|
webull/trade/request/v2/get_account_positions_request.py
|
|
282
282
|
webull/trade/request/v2/get_order_detail_request.py
|
|
283
|
+
webull/trade/request/v2/get_order_executions_request.py
|
|
283
284
|
webull/trade/request/v2/get_order_history_request.py
|
|
284
285
|
webull/trade/request/v2/get_order_open_request.py
|
|
285
286
|
webull/trade/request/v2/palce_order_request.py
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.16'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.16'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.16'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/assets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/data/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/screener/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/samples/watchlist/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/webull/core/headers.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/http/response.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/core/utils/data.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/webull/data/common/timespan.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.16 → webull_openapi_python_sdk-2.0.18}/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.16 → webull_openapi_python_sdk-2.0.18}/webull/data/quotes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|