#[repr(C)]pub struct CThostFtdcRspSyncKeyField {Show 22 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 InstallID: TThostFtdcInstallIDType,
pub UserID: TThostFtdcUserIDType,
pub Message: TThostFtdcAddInfoType,
pub DeviceID: TThostFtdcDeviceIDType,
pub BrokerIDByBank: TThostFtdcBankCodingForFutureType,
pub OperNo: TThostFtdcOperNoType,
pub RequestID: TThostFtdcRequestIDType,
pub TID: TThostFtdcTIDType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
}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§InstallID: TThostFtdcInstallIDType§UserID: TThostFtdcUserIDType§Message: TThostFtdcAddInfoType§DeviceID: TThostFtdcDeviceIDType§BrokerIDByBank: TThostFtdcBankCodingForFutureType§OperNo: TThostFtdcOperNoType§RequestID: TThostFtdcRequestIDType§TID: TThostFtdcTIDType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgTypeTrait Implementations§
Source§impl Clone for CThostFtdcRspSyncKeyField
impl Clone for CThostFtdcRspSyncKeyField
Source§fn clone(&self) -> CThostFtdcRspSyncKeyField
fn clone(&self) -> CThostFtdcRspSyncKeyField
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 moreSource§impl Debug for CThostFtdcRspSyncKeyField
impl Debug for CThostFtdcRspSyncKeyField
impl Copy for CThostFtdcRspSyncKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspSyncKeyField
impl RefUnwindSafe for CThostFtdcRspSyncKeyField
impl Send for CThostFtdcRspSyncKeyField
impl Sync for CThostFtdcRspSyncKeyField
impl Unpin for CThostFtdcRspSyncKeyField
impl UnwindSafe for CThostFtdcRspSyncKeyField
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