#[repr(C)]pub struct CThostFtdcQryLinkManField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
}Expand description
查询联系人
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
Trait Implementations§
Source§impl Clone for CThostFtdcQryLinkManField
impl Clone for CThostFtdcQryLinkManField
Source§impl Default for CThostFtdcQryLinkManField
impl Default for CThostFtdcQryLinkManField
Source§fn default() -> CThostFtdcQryLinkManField
fn default() -> CThostFtdcQryLinkManField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryLinkManField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryLinkManField
impl RefUnwindSafe for CThostFtdcQryLinkManField
impl Send for CThostFtdcQryLinkManField
impl Sync for CThostFtdcQryLinkManField
impl Unpin for CThostFtdcQryLinkManField
impl UnwindSafe for CThostFtdcQryLinkManField
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