webull-openapi-python-sdk 2.0.7__tar.gz → 2.0.8__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.7 → webull_openapi_python_sdk-2.0.8}/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.8/samples/__init__.py +1 -0
- webull_openapi_python_sdk-2.0.8/webull/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/__init__.py +1 -1
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/region.py +2 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/data/endpoints.json +10 -0
- webull_openapi_python_sdk-2.0.8/webull/data/__init__.py +3 -0
- webull_openapi_python_sdk-2.0.8/webull/trade/__init__.py +1 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/v2/account_info_v2.py +3 -3
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/v3/order_opration_v3.py +7 -7
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull_openapi_python_sdk.egg-info/PKG-INFO +1 -1
- webull_openapi_python_sdk-2.0.7/samples/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.7/webull/__init__.py +0 -1
- webull_openapi_python_sdk-2.0.7/webull/data/__init__.py +0 -3
- webull_openapi_python_sdk-2.0.7/webull/trade/__init__.py +0 -1
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/ChangeLog.txt +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/LICENSE +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/MANIFEST.in +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/NOTICE +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/README.rst +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/account/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/account/account_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/assets/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/assets/assets_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/data_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/data_streaming_client_async.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/data_streaming_client_event.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/order/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/order/order_option_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/order/order_stock_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/screener/screener_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client_v3.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client_v3_event.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_event_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/watchlist/watchlist_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/setup.cfg +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/setup.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/algorithm/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/algorithm/sha_hmac1.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/algorithm/sha_hmac256.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/algorithm/sha_hmac256_new.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/composer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/composer/default_signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/credentials.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/signers/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/signers/app_key_signer.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/signers/signer.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/signers/signer_factory.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/cache/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/api_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/easy_enum.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/compat.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/context/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/context/request_context_holder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/data/retry_config.json +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/chained_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/default_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/local_config_regional_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/resolver_endpoint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/user_customized_endpoint_resolver.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/exception/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/exception/error_code.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/exception/error_msg.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/exception/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/headers.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/client_initializer.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/config/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/config/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/config/bean/query_config_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/config/config_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/bean/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/bean/access_token.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/bean/check_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/bean/create_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/bean/refresh_token_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/token_manager.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/token_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/initializer/token/token_storage.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/method_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/protocol_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/response.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/retry/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/retry/backoff_strategy.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/retry/retry_condition.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/retry/retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/retry/retry_policy_context.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/common.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/desensitize.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/validation.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/connect_ack.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/contract_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/direction.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/exchange_code.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/exercise_style.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/expiration_cycle.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/instrument_status.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/option_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/subscribe_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/timespan.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/data_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/data_streaming_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/exceptions.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/quotes_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/quotes_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/quotes_payload_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/quotes_topic.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/crypto_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/event_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/futures_market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/market_data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/market_streaming_data.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/screener.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/ask_bid_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/basic_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/broker_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_depth_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_depth_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/event_tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/message_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/order_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/payload_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/quote_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/quote_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/snapshot_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/snapshot_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/tick_decoder.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/subscribe/tick_result.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/watchlist.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_analyst_rating_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_analyst_target_price_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_batch_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_company_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_corp_action_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_crypto_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_crypto_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_crypto_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_eod_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_events_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_instrument_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_series_categories.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_series_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_event_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_depth_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_footprint_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_instruments_by_code_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_product_class.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_products_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_futures_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_historical_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_noii_bars_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_noii_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_quotes_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_snapshot_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/get_tick_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/screener/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/screener/get_gainers_losers_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/screener/get_most_active_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/subscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/unsubscribe_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/add_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/create_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/delete_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/get_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/get_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/remove_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/update_watchlist_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/watchlist/update_watchlist_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/account_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/category.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/combo_ticker_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/combo_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/currency.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/forbid_reason.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/instrument_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/markets.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/order_entrust_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/order_side.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/order_status.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/order_tif.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/order_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/position_intent.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/trade_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/trading_date_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/common/trailing_type.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/default_retry_policy.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/events_pb2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/events_pb2_grpc.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/signature_composer.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/events/types.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_account_profile_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_app_subscriptions.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_open_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_today_orders_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_trade_calendar_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_trade_instrument_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_trade_security_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/get_tradeable_instruments_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/place_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/replace_order_request_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/cancel_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_account_balance_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_account_list.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_account_list_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_account_position_details_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_account_positions_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/palce_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/place_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/preview_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/replace_option_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v2/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/batch_place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/cancel_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/get_order_detail_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/get_order_history_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/get_order_open_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/place_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/preview_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/request/v3/replace_order_request.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/account_info.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/order_operation.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/trade_calendar.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/trade_instrument.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/v2/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/v2/order_operation_v2.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade/v3/__init__.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/trade/trade_events_client.py +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull_openapi_python_sdk.egg-info/SOURCES.txt +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull_openapi_python_sdk.egg-info/dependency_links.txt +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull_openapi_python_sdk.egg-info/requires.txt +0 -0
- {webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull_openapi_python_sdk.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.8'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.8'
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/data/endpoints.json
RENAMED
|
@@ -21,6 +21,16 @@
|
|
|
21
21
|
"api": "api.webull.com.sg",
|
|
22
22
|
"quotes-api": "data-api.webull.com.sg",
|
|
23
23
|
"events-api": "events-api.webull.com.sg"
|
|
24
|
+
},
|
|
25
|
+
"th": {
|
|
26
|
+
"api": "api.webull.co.th",
|
|
27
|
+
"quotes-api": "data-api.webull.co.th",
|
|
28
|
+
"events-api": "events-api.webull.co.th"
|
|
29
|
+
},
|
|
30
|
+
"au": {
|
|
31
|
+
"api": "api.webull.com.au",
|
|
32
|
+
"quotes-api": "data-api.webull.com.au",
|
|
33
|
+
"events-api": "events-api.webull.com.au"
|
|
24
34
|
}
|
|
25
35
|
}
|
|
26
36
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '2.0.8'
|
|
@@ -25,7 +25,7 @@ class AccountV2:
|
|
|
25
25
|
|
|
26
26
|
def get_account_list(self):
|
|
27
27
|
"""
|
|
28
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
28
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
29
29
|
Support for other regions will be available in future updates.
|
|
30
30
|
"""
|
|
31
31
|
account_list = GetAccountListRequest()
|
|
@@ -34,7 +34,7 @@ class AccountV2:
|
|
|
34
34
|
|
|
35
35
|
def get_account_balance(self, account_id):
|
|
36
36
|
"""
|
|
37
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
37
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
38
38
|
Support for other regions will be available in future updates.
|
|
39
39
|
"""
|
|
40
40
|
account_balance_request = AccountBalanceRequest()
|
|
@@ -44,7 +44,7 @@ class AccountV2:
|
|
|
44
44
|
|
|
45
45
|
def get_account_position(self, account_id):
|
|
46
46
|
"""
|
|
47
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
47
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
48
48
|
Support for other regions will be available in future updates.
|
|
49
49
|
"""
|
|
50
50
|
account_positions_request = AccountPositionsRequest()
|
|
@@ -28,7 +28,7 @@ class OrderOperationV3:
|
|
|
28
28
|
|
|
29
29
|
def preview_order(self, account_id, preview_orders, client_combo_order_id=None):
|
|
30
30
|
"""
|
|
31
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
31
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
32
32
|
Support for other regions will be available in future updates.
|
|
33
33
|
"""
|
|
34
34
|
preview_order_request = PreviewOrderRequest()
|
|
@@ -40,7 +40,7 @@ class OrderOperationV3:
|
|
|
40
40
|
|
|
41
41
|
def place_order(self, account_id, new_orders, client_combo_order_id=None):
|
|
42
42
|
"""
|
|
43
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
43
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
44
44
|
Support for other regions will be available in future updates.
|
|
45
45
|
"""
|
|
46
46
|
place_order_request = PlaceOrderRequest()
|
|
@@ -65,7 +65,7 @@ class OrderOperationV3:
|
|
|
65
65
|
|
|
66
66
|
def replace_order(self, account_id, modify_orders, client_combo_order_id=None):
|
|
67
67
|
"""
|
|
68
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
68
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
69
69
|
Support for other regions will be available in future updates.
|
|
70
70
|
"""
|
|
71
71
|
replace_order_request = ReplaceOrderRequest()
|
|
@@ -77,7 +77,7 @@ class OrderOperationV3:
|
|
|
77
77
|
|
|
78
78
|
def cancel_order(self, account_id, client_order_id):
|
|
79
79
|
"""
|
|
80
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
80
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
81
81
|
Support for other regions will be available in future updates.
|
|
82
82
|
"""
|
|
83
83
|
cancel_order_request = CancelOrderRequest()
|
|
@@ -88,7 +88,7 @@ class OrderOperationV3:
|
|
|
88
88
|
|
|
89
89
|
def get_order_detail(self, account_id, client_order_id):
|
|
90
90
|
"""
|
|
91
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
91
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
92
92
|
Support for other regions will be available in future updates.
|
|
93
93
|
"""
|
|
94
94
|
order_detail_request = OrderDetailRequest()
|
|
@@ -99,7 +99,7 @@ class OrderOperationV3:
|
|
|
99
99
|
|
|
100
100
|
def get_order_history(self, account_id, page_size=None, start_date=None, end_date=None, last_client_order_id=None):
|
|
101
101
|
"""
|
|
102
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
102
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
103
103
|
Support for other regions will be available in future updates.
|
|
104
104
|
|
|
105
105
|
Historical orders. If they are group orders, will be returned together,
|
|
@@ -127,7 +127,7 @@ class OrderOperationV3:
|
|
|
127
127
|
|
|
128
128
|
def get_order_open(self, account_id, page_size=None, last_client_order_id=None):
|
|
129
129
|
"""
|
|
130
|
-
This interface is currently supported only for Webull HK, Webull US,
|
|
130
|
+
This interface is currently supported only for Webull HK, Webull US, Webull JP, Webull TH, Webull AU, and Webull SG.
|
|
131
131
|
Support for other regions will be available in future updates.
|
|
132
132
|
|
|
133
133
|
Paging query pending orders.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.7'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.7'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '2.0.7'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/account/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/assets/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/assets/assets_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/data/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/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.7 → webull_openapi_python_sdk-2.0.8}/samples/order/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/screener/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client_v2.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/trade/trade_client_v3.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/samples/watchlist/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/auth/credentials.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/cache/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/api_type.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/common/easy_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/endpoint/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/method_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/request.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/http/response.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/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.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/common.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/data.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/desensitize.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/core/utils/validation.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/__init__.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/category.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/direction.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/common/timespan.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/data_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/internal/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/instrument.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/screener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/quotes/watchlist.py
RENAMED
|
File without changes
|
{webull_openapi_python_sdk-2.0.7 → webull_openapi_python_sdk-2.0.8}/webull/data/request/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|