#[repr(C)]pub struct CThostFtdcLinkManField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub PersonType: TThostFtdcPersonTypeType,
pub IdentifiedCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub PersonName: TThostFtdcPartyNameType,
pub Telephone: TThostFtdcTelephoneType,
pub Address: TThostFtdcAddressType,
pub ZipCode: TThostFtdcZipCodeType,
pub Priority: TThostFtdcPriorityType,
pub UOAZipCode: TThostFtdcUOAZipCodeType,
pub PersonFullName: TThostFtdcInvestorFullNameType,
}Expand description
联系人
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
PersonType: TThostFtdcPersonTypeType联系人类型
IdentifiedCardType: TThostFtdcIdCardTypeType证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType证件号码
PersonName: TThostFtdcPartyNameType名称
Telephone: TThostFtdcTelephoneType联系电话
Address: TThostFtdcAddressType通讯地址
ZipCode: TThostFtdcZipCodeType邮政编码
Priority: TThostFtdcPriorityType优先级
UOAZipCode: TThostFtdcUOAZipCodeType开户邮政编码
PersonFullName: TThostFtdcInvestorFullNameType全称
Trait Implementations§
Source§impl Clone for CThostFtdcLinkManField
impl Clone for CThostFtdcLinkManField
Source§impl Default for CThostFtdcLinkManField
impl Default for CThostFtdcLinkManField
impl Copy for CThostFtdcLinkManField
Auto Trait Implementations§
impl Freeze for CThostFtdcLinkManField
impl RefUnwindSafe for CThostFtdcLinkManField
impl Send for CThostFtdcLinkManField
impl Sync for CThostFtdcLinkManField
impl Unpin for CThostFtdcLinkManField
impl UnwindSafe for CThostFtdcLinkManField
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