#[repr(C)]pub struct CThostFtdcBrokerWithdrawAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub WithdrawAlgorithm: TThostFtdcAlgorithmType,
pub UsingRatio: TThostFtdcRatioType,
pub IncludeCloseProfit: TThostFtdcIncludeCloseProfitType,
pub AllWithoutTrade: TThostFtdcAllWithoutTradeType,
pub AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType,
pub IsBrokerUserEvent: TThostFtdcBoolType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub FundMortgageRatio: TThostFtdcRatioType,
pub BalanceAlgorithm: TThostFtdcBalanceAlgorithmType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§WithdrawAlgorithm: TThostFtdcAlgorithmType§UsingRatio: TThostFtdcRatioType§IncludeCloseProfit: TThostFtdcIncludeCloseProfitType§AllWithoutTrade: TThostFtdcAllWithoutTradeType§AvailIncludeCloseProfit: TThostFtdcIncludeCloseProfitType§IsBrokerUserEvent: TThostFtdcBoolType§CurrencyID: TThostFtdcCurrencyIDType§FundMortgageRatio: TThostFtdcRatioType§BalanceAlgorithm: TThostFtdcBalanceAlgorithmTypeTrait Implementations§
source§impl Clone for CThostFtdcBrokerWithdrawAlgorithmField
impl Clone for CThostFtdcBrokerWithdrawAlgorithmField
source§fn clone(&self) -> CThostFtdcBrokerWithdrawAlgorithmField
fn clone(&self) -> CThostFtdcBrokerWithdrawAlgorithmField
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcBrokerWithdrawAlgorithmField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerWithdrawAlgorithmField
impl RefUnwindSafe for CThostFtdcBrokerWithdrawAlgorithmField
impl Send for CThostFtdcBrokerWithdrawAlgorithmField
impl Sync for CThostFtdcBrokerWithdrawAlgorithmField
impl Unpin for CThostFtdcBrokerWithdrawAlgorithmField
impl UnwindSafe for CThostFtdcBrokerWithdrawAlgorithmField
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