#[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