#[repr(C)]pub struct CThostFtdcVerifyFuturePasswordAndCustInfoField {
pub CustomerName: TThostFtdcIndividualNameType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustType: TThostFtdcCustTypeType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}
Expand description
验证期货资金密码和客户信息
Fields§
§CustomerName: TThostFtdcIndividualNameType
客户姓名
IdCardType: TThostFtdcIdCardTypeType
证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType
证件号码
CustType: TThostFtdcCustTypeType
客户类型
AccountID: TThostFtdcAccountIDType
投资者帐号
Password: TThostFtdcPasswordType
期货密码
CurrencyID: TThostFtdcCurrencyIDType
币种代码
LongCustomerName: TThostFtdcLongIndividualNameType
长客户姓名
Trait Implementations§
impl Copy for CThostFtdcVerifyFuturePasswordAndCustInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl RefUnwindSafe for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Send for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Sync for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl Unpin for CThostFtdcVerifyFuturePasswordAndCustInfoField
impl UnwindSafe for CThostFtdcVerifyFuturePasswordAndCustInfoField
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