#[repr(C)]pub struct CThostFtdcSyncingInvestorField {Show 13 fields
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub InvestorName: TThostFtdcPartyNameType,
pub IdentifiedCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub IsActive: TThostFtdcBoolType,
pub Telephone: TThostFtdcTelephoneType,
pub Address: TThostFtdcAddressType,
pub OpenDate: TThostFtdcDateType,
pub Mobile: TThostFtdcMobileType,
pub CommModelID: TThostFtdcInvestorIDType,
pub MarginModelID: TThostFtdcInvestorIDType,
}Expand description
正在同步中的投资者
Fields§
§InvestorID: TThostFtdcInvestorIDType投资者代码
BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorGroupID: TThostFtdcInvestorIDType投资者分组代码
InvestorName: TThostFtdcPartyNameType投资者名称
IdentifiedCardType: TThostFtdcIdCardTypeType证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType证件号码
IsActive: TThostFtdcBoolType是否活跃
Telephone: TThostFtdcTelephoneType联系电话
Address: TThostFtdcAddressType通讯地址
OpenDate: TThostFtdcDateType开户日期
Mobile: TThostFtdcMobileType手机
CommModelID: TThostFtdcInvestorIDType手续费率模板代码
MarginModelID: TThostFtdcInvestorIDType保证金率模板代码
Trait Implementations§
impl Copy for CThostFtdcSyncingInvestorField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInvestorField
impl RefUnwindSafe for CThostFtdcSyncingInvestorField
impl Send for CThostFtdcSyncingInvestorField
impl Sync for CThostFtdcSyncingInvestorField
impl Unpin for CThostFtdcSyncingInvestorField
impl UnwindSafe for CThostFtdcSyncingInvestorField
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