#[repr(C)]pub struct CThostFtdcReqSyncKeyField {Show 20 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,
}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: TThostFtdcTIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqSyncKeyField
impl Clone for CThostFtdcReqSyncKeyField
Source§fn clone(&self) -> CThostFtdcReqSyncKeyField
fn clone(&self) -> CThostFtdcReqSyncKeyField
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 CThostFtdcReqSyncKeyField
impl Debug for CThostFtdcReqSyncKeyField
impl Copy for CThostFtdcReqSyncKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqSyncKeyField
impl RefUnwindSafe for CThostFtdcReqSyncKeyField
impl Send for CThostFtdcReqSyncKeyField
impl Sync for CThostFtdcReqSyncKeyField
impl Unpin for CThostFtdcReqSyncKeyField
impl UnwindSafe for CThostFtdcReqSyncKeyField
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