#[repr(C)]pub struct BrokerWithdrawAlgorithmField {
pub is_null: bool,
pub BrokerID: String,
pub WithdrawAlgorithm: u8,
pub UsingRatio: f64,
pub IncludeCloseProfit: u8,
pub AllWithoutTrade: u8,
pub AvailIncludeCloseProfit: u8,
pub IsBrokerUserEvent: i32,
pub CurrencyID: String,
pub FundMortgageRatio: f64,
pub BalanceAlgorithm: u8,
}
Fields§
§is_null: bool
§BrokerID: String
§WithdrawAlgorithm: u8
§UsingRatio: f64
§IncludeCloseProfit: u8
§AllWithoutTrade: u8
§AvailIncludeCloseProfit: u8
§IsBrokerUserEvent: i32
§CurrencyID: String
§FundMortgageRatio: f64
§BalanceAlgorithm: u8
Trait Implementations§
Source§impl Clone for BrokerWithdrawAlgorithmField
impl Clone for BrokerWithdrawAlgorithmField
Source§impl Debug for BrokerWithdrawAlgorithmField
impl Debug for BrokerWithdrawAlgorithmField
Auto Trait Implementations§
impl Freeze for BrokerWithdrawAlgorithmField
impl RefUnwindSafe for BrokerWithdrawAlgorithmField
impl Send for BrokerWithdrawAlgorithmField
impl Sync for BrokerWithdrawAlgorithmField
impl Unpin for BrokerWithdrawAlgorithmField
impl UnwindSafe for BrokerWithdrawAlgorithmField
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more