#[repr(C)]pub struct CThostFtdcReqQueryTradeResultBySerialField {Show 27 fields
pub TradeCode: TThostFtdcTradeCodeType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub TradeDate: TThostFtdcTradeDateType,
pub TradeTime: TThostFtdcTradeTimeType,
pub BankSerial: TThostFtdcBankSerialType,
pub TradingDay: TThostFtdcTradeDateType,
pub PlateSerial: TThostFtdcSerialType,
pub LastFragment: TThostFtdcLastFragmentType,
pub SessionID: TThostFtdcSessionIDType,
pub Reference: TThostFtdcSerialType,
pub RefrenceIssureType: TThostFtdcInstitutionTypeType,
pub RefrenceIssure: TThostFtdcOrganCodeType,
pub CustomerName: TThostFtdcIndividualNameType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustType: TThostFtdcCustTypeType,
pub BankAccount: TThostFtdcBankAccountType,
pub BankPassWord: TThostFtdcPasswordType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub TradeAmount: TThostFtdcTradeAmountType,
pub Digest: TThostFtdcDigestType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}
Expand description
查询指定流水号的交易结果请求
Fields§
§TradeCode: TThostFtdcTradeCodeType
业务功能码
BankID: TThostFtdcBankIDType
银行代码
BankBranchID: TThostFtdcBankBrchIDType
银行分支机构代码
BrokerID: TThostFtdcBrokerIDType
期商代码
BrokerBranchID: TThostFtdcFutureBranchIDType
期商分支机构代码
TradeDate: TThostFtdcTradeDateType
交易日期
TradeTime: TThostFtdcTradeTimeType
交易时间
BankSerial: TThostFtdcBankSerialType
银行流水号
TradingDay: TThostFtdcTradeDateType
交易系统日期
PlateSerial: TThostFtdcSerialType
银期平台消息流水号
LastFragment: TThostFtdcLastFragmentType
最后分片标志
SessionID: TThostFtdcSessionIDType
会话号
Reference: TThostFtdcSerialType
流水号
RefrenceIssureType: TThostFtdcInstitutionTypeType
本流水号发布者的机构类型
RefrenceIssure: TThostFtdcOrganCodeType
本流水号发布者机构编码
CustomerName: TThostFtdcIndividualNameType
客户姓名
IdCardType: TThostFtdcIdCardTypeType
证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType
证件号码
CustType: TThostFtdcCustTypeType
客户类型
BankAccount: TThostFtdcBankAccountType
银行帐号
BankPassWord: TThostFtdcPasswordType
银行密码
AccountID: TThostFtdcAccountIDType
投资者帐号
Password: TThostFtdcPasswordType
期货密码
CurrencyID: TThostFtdcCurrencyIDType
币种代码
TradeAmount: TThostFtdcTradeAmountType
转帐金额
Digest: TThostFtdcDigestType
摘要
LongCustomerName: TThostFtdcLongIndividualNameType
长客户姓名
Trait Implementations§
impl Copy for CThostFtdcReqQueryTradeResultBySerialField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqQueryTradeResultBySerialField
impl RefUnwindSafe for CThostFtdcReqQueryTradeResultBySerialField
impl Send for CThostFtdcReqQueryTradeResultBySerialField
impl Sync for CThostFtdcReqQueryTradeResultBySerialField
impl Unpin for CThostFtdcReqQueryTradeResultBySerialField
impl UnwindSafe for CThostFtdcReqQueryTradeResultBySerialField
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