#[repr(C)]pub struct CThostFtdcInvestorWithdrawAlgorithmField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
pub UsingRatio: TThostFtdcRatioType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub FundMortgageRatio: TThostFtdcRatioType,
}
Expand description
经纪公司可提资金算法表
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
InvestorID: TThostFtdcInvestorIDType
投资者代码
UsingRatio: TThostFtdcRatioType
可提资金比例
CurrencyID: TThostFtdcCurrencyIDType
币种代码
FundMortgageRatio: TThostFtdcRatioType
货币质押比率
Trait Implementations§
Source§impl Default for CThostFtdcInvestorWithdrawAlgorithmField
impl Default for CThostFtdcInvestorWithdrawAlgorithmField
Source§fn default() -> CThostFtdcInvestorWithdrawAlgorithmField
fn default() -> CThostFtdcInvestorWithdrawAlgorithmField
Returns the “default value” for a type. Read more
impl 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