#[repr(C)]pub struct CThostFtdcDepositResultInformField {
pub DepositSeqNo: TThostFtdcDepositSeqNoType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Deposit: TThostFtdcMoneyType,
pub RequestID: TThostFtdcRequestIDType,
pub ReturnCode: TThostFtdcReturnCodeType,
pub DescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeType,
}
Expand description
验证期货资金密码和客户信息
Fields§
§DepositSeqNo: TThostFtdcDepositSeqNoType
出入金流水号,该流水号为银期报盘返回的流水号
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
Deposit: TThostFtdcMoneyType
入金金额
RequestID: TThostFtdcRequestIDType
请求编号
ReturnCode: TThostFtdcReturnCodeType
返回代码
DescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeType
返回码描述
Trait Implementations§
impl Copy for CThostFtdcDepositResultInformField
Auto Trait Implementations§
impl Freeze for CThostFtdcDepositResultInformField
impl RefUnwindSafe for CThostFtdcDepositResultInformField
impl Send for CThostFtdcDepositResultInformField
impl Sync for CThostFtdcDepositResultInformField
impl Unpin for CThostFtdcDepositResultInformField
impl UnwindSafe for CThostFtdcDepositResultInformField
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