#[repr(C)]pub struct CThostFtdcTraderField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub Password: TThostFtdcPasswordType,
pub InstallCount: TThostFtdcInstallCountType,
pub BrokerID: TThostFtdcBrokerIDType,
pub OrderCancelAlg: TThostFtdcOrderCancelAlgType,
pub TradeInstallCount: TThostFtdcInstallCountType,
pub MDInstallCount: TThostFtdcInstallCountType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§TraderID: TThostFtdcTraderIDType§ParticipantID: TThostFtdcParticipantIDType§Password: TThostFtdcPasswordType§InstallCount: TThostFtdcInstallCountType§BrokerID: TThostFtdcBrokerIDType§OrderCancelAlg: TThostFtdcOrderCancelAlgType§TradeInstallCount: TThostFtdcInstallCountType§MDInstallCount: TThostFtdcInstallCountTypeTrait Implementations§
Source§impl Clone for CThostFtdcTraderField
impl Clone for CThostFtdcTraderField
Source§fn clone(&self) -> CThostFtdcTraderField
fn clone(&self) -> CThostFtdcTraderField
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 moreSource§impl Debug for CThostFtdcTraderField
impl Debug for CThostFtdcTraderField
impl Copy for CThostFtdcTraderField
Auto Trait Implementations§
impl Freeze for CThostFtdcTraderField
impl RefUnwindSafe for CThostFtdcTraderField
impl Send for CThostFtdcTraderField
impl Sync for CThostFtdcTraderField
impl Unpin for CThostFtdcTraderField
impl UnwindSafe for CThostFtdcTraderField
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