#[repr(C)]pub struct CThostFtdcNotifyFutureSignOutField {Show 23 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 Digest: TThostFtdcDigestType,
pub CurrencyID: TThostFtdcCurrencyIDType,
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§Digest: TThostFtdcDigestType§CurrencyID: TThostFtdcCurrencyIDType§DeviceID: TThostFtdcDeviceIDType§BrokerIDByBank: TThostFtdcBankCodingForFutureType§OperNo: TThostFtdcOperNoType§RequestID: TThostFtdcRequestIDType§TID: TThostFtdcTIDType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgTypeTrait Implementations§
Source§impl Clone for CThostFtdcNotifyFutureSignOutField
impl Clone for CThostFtdcNotifyFutureSignOutField
Source§fn clone(&self) -> CThostFtdcNotifyFutureSignOutField
fn clone(&self) -> CThostFtdcNotifyFutureSignOutField
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 CThostFtdcNotifyFutureSignOutField
Auto Trait Implementations§
impl Freeze for CThostFtdcNotifyFutureSignOutField
impl RefUnwindSafe for CThostFtdcNotifyFutureSignOutField
impl Send for CThostFtdcNotifyFutureSignOutField
impl Sync for CThostFtdcNotifyFutureSignOutField
impl Unpin for CThostFtdcNotifyFutureSignOutField
impl UnwindSafe for CThostFtdcNotifyFutureSignOutField
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