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