#[repr(C)]pub struct CThostFtdcSecAgentTradeInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerSecAgentID: TThostFtdcAccountIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§BrokerSecAgentID: TThostFtdcAccountIDType§InvestorID: TThostFtdcInvestorIDType§LongCustomerName: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcSecAgentTradeInfoField
impl Clone for CThostFtdcSecAgentTradeInfoField
Source§fn clone(&self) -> CThostFtdcSecAgentTradeInfoField
fn clone(&self) -> CThostFtdcSecAgentTradeInfoField
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 CThostFtdcSecAgentTradeInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcSecAgentTradeInfoField
impl RefUnwindSafe for CThostFtdcSecAgentTradeInfoField
impl Send for CThostFtdcSecAgentTradeInfoField
impl Sync for CThostFtdcSecAgentTradeInfoField
impl Unpin for CThostFtdcSecAgentTradeInfoField
impl UnwindSafe for CThostFtdcSecAgentTradeInfoField
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