#[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,
}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: TThostFtdcLongIndividualNameTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqQueryTradeResultBySerialField
impl Clone for CThostFtdcReqQueryTradeResultBySerialField
Source§fn clone(&self) -> CThostFtdcReqQueryTradeResultBySerialField
fn clone(&self) -> CThostFtdcReqQueryTradeResultBySerialField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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