binance-sdk 44.0.1

This is a lightweight library that works as a connector to the Binance public API.
/*
 * Binance Dual Investment REST API
 *
 * OpenAPI Specification for the Binance Dual Investment REST API
 *
 * The version of the OpenAPI document: 1.0.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */

pub mod change_auto_compound_status_response;
pub use self::change_auto_compound_status_response::ChangeAutoCompoundStatusResponse;
pub mod check_dual_investment_accounts_response;
pub use self::check_dual_investment_accounts_response::CheckDualInvestmentAccountsResponse;
pub mod get_dual_investment_positions_response;
pub use self::get_dual_investment_positions_response::GetDualInvestmentPositionsResponse;
pub mod get_dual_investment_positions_response_list_inner;
pub use self::get_dual_investment_positions_response_list_inner::GetDualInvestmentPositionsResponseListInner;
pub mod get_dual_investment_product_list_response;
pub use self::get_dual_investment_product_list_response::GetDualInvestmentProductListResponse;
pub mod get_dual_investment_product_list_response_list_inner;
pub use self::get_dual_investment_product_list_response_list_inner::GetDualInvestmentProductListResponseListInner;
pub mod subscribe_dual_investment_products_response;
pub use self::subscribe_dual_investment_products_response::SubscribeDualInvestmentProductsResponse;