#[repr(C)]pub struct CThostFtdcInvestorWithdrawAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
pub UsingRatio: TThostFtdcRatioType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub FundMortgageRatio: TThostFtdcRatioType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorRange: TThostFtdcInvestorRangeType§InvestorID: TThostFtdcInvestorIDType§UsingRatio: TThostFtdcRatioType§CurrencyID: TThostFtdcCurrencyIDType§FundMortgageRatio: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcInvestorWithdrawAlgorithmField
impl Clone for CThostFtdcInvestorWithdrawAlgorithmField
Source§fn clone(&self) -> CThostFtdcInvestorWithdrawAlgorithmField
fn clone(&self) -> CThostFtdcInvestorWithdrawAlgorithmField
Returns a duplicate 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 CThostFtdcInvestorWithdrawAlgorithmField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorWithdrawAlgorithmField
impl RefUnwindSafe for CThostFtdcInvestorWithdrawAlgorithmField
impl Send for CThostFtdcInvestorWithdrawAlgorithmField
impl Sync for CThostFtdcInvestorWithdrawAlgorithmField
impl Unpin for CThostFtdcInvestorWithdrawAlgorithmField
impl UnwindSafe for CThostFtdcInvestorWithdrawAlgorithmField
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