#[repr(C)]pub struct CThostFtdcRspQueryTradeResultBySerialField {Show 26 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 ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub Reference: TThostFtdcSerialType,
pub RefrenceIssureType: TThostFtdcInstitutionTypeType,
pub RefrenceIssure: TThostFtdcOrganCodeType,
pub OriginReturnCode: TThostFtdcReturnCodeType,
pub OriginDescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeType,
pub BankAccount: TThostFtdcBankAccountType,
pub BankPassWord: TThostFtdcPasswordType,
pub AccountID: TThostFtdcAccountIDType,
pub Password: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub TradeAmount: TThostFtdcTradeAmountType,
pub Digest: TThostFtdcDigestType,
}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§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§Reference: TThostFtdcSerialType§RefrenceIssureType: TThostFtdcInstitutionTypeType§RefrenceIssure: TThostFtdcOrganCodeType§OriginReturnCode: TThostFtdcReturnCodeType§OriginDescrInfoForReturnCode: TThostFtdcDescrInfoForReturnCodeType§BankAccount: TThostFtdcBankAccountType§BankPassWord: TThostFtdcPasswordType§AccountID: TThostFtdcAccountIDType§Password: TThostFtdcPasswordType§CurrencyID: TThostFtdcCurrencyIDType§TradeAmount: TThostFtdcTradeAmountType§Digest: TThostFtdcDigestTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspQueryTradeResultBySerialField
impl Clone for CThostFtdcRspQueryTradeResultBySerialField
Source§fn clone(&self) -> CThostFtdcRspQueryTradeResultBySerialField
fn clone(&self) -> CThostFtdcRspQueryTradeResultBySerialField
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 CThostFtdcRspQueryTradeResultBySerialField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspQueryTradeResultBySerialField
impl RefUnwindSafe for CThostFtdcRspQueryTradeResultBySerialField
impl Send for CThostFtdcRspQueryTradeResultBySerialField
impl Sync for CThostFtdcRspQueryTradeResultBySerialField
impl Unpin for CThostFtdcRspQueryTradeResultBySerialField
impl UnwindSafe for CThostFtdcRspQueryTradeResultBySerialField
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