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