#[repr(C)]pub struct CThostFtdcPortfTradeParamSettingField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Portfolio: TThostFtdcPortfolioType,
pub IsActionVerify: TThostFtdcBoolType,
pub IsCloseVerify: TThostFtdcBoolType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§Portfolio: TThostFtdcPortfolioType§IsActionVerify: TThostFtdcBoolType§IsCloseVerify: TThostFtdcBoolTypeTrait Implementations§
source§impl Clone for CThostFtdcPortfTradeParamSettingField
impl Clone for CThostFtdcPortfTradeParamSettingField
source§fn clone(&self) -> CThostFtdcPortfTradeParamSettingField
fn clone(&self) -> CThostFtdcPortfTradeParamSettingField
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 CThostFtdcPortfTradeParamSettingField
Auto Trait Implementations§
impl Freeze for CThostFtdcPortfTradeParamSettingField
impl RefUnwindSafe for CThostFtdcPortfTradeParamSettingField
impl Send for CThostFtdcPortfTradeParamSettingField
impl Sync for CThostFtdcPortfTradeParamSettingField
impl Unpin for CThostFtdcPortfTradeParamSettingField
impl UnwindSafe for CThostFtdcPortfTradeParamSettingField
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