#[repr(C)]pub struct CThostFtdcMDTraderOfferField {Show 20 fields
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub Password: TThostFtdcPasswordType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderLocalID: TThostFtdcOrderLocalIDType,
pub TraderConnectStatus: TThostFtdcTraderConnectStatusType,
pub ConnectRequestDate: TThostFtdcDateType,
pub ConnectRequestTime: TThostFtdcTimeType,
pub LastReportDate: TThostFtdcDateType,
pub LastReportTime: TThostFtdcTimeType,
pub ConnectDate: TThostFtdcDateType,
pub ConnectTime: TThostFtdcTimeType,
pub StartDate: TThostFtdcDateType,
pub StartTime: TThostFtdcTimeType,
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub MaxTradeID: TThostFtdcTradeIDType,
pub MaxOrderMessageReference: TThostFtdcReturnCodeType,
pub OrderCancelAlg: TThostFtdcOrderCancelAlgType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§TraderID: TThostFtdcTraderIDType§ParticipantID: TThostFtdcParticipantIDType§Password: TThostFtdcPasswordType§InstallID: TThostFtdcInstallIDType§OrderLocalID: TThostFtdcOrderLocalIDType§TraderConnectStatus: TThostFtdcTraderConnectStatusType§ConnectRequestDate: TThostFtdcDateType§ConnectRequestTime: TThostFtdcTimeType§LastReportDate: TThostFtdcDateType§LastReportTime: TThostFtdcTimeType§ConnectDate: TThostFtdcDateType§ConnectTime: TThostFtdcTimeType§StartDate: TThostFtdcDateType§StartTime: TThostFtdcTimeType§TradingDay: TThostFtdcDateType§BrokerID: TThostFtdcBrokerIDType§MaxTradeID: TThostFtdcTradeIDType§MaxOrderMessageReference: TThostFtdcReturnCodeType§OrderCancelAlg: TThostFtdcOrderCancelAlgTypeTrait Implementations§
Source§impl Clone for CThostFtdcMDTraderOfferField
impl Clone for CThostFtdcMDTraderOfferField
Source§fn clone(&self) -> CThostFtdcMDTraderOfferField
fn clone(&self) -> CThostFtdcMDTraderOfferField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcMDTraderOfferField
Auto Trait Implementations§
impl Freeze for CThostFtdcMDTraderOfferField
impl RefUnwindSafe for CThostFtdcMDTraderOfferField
impl Send for CThostFtdcMDTraderOfferField
impl Sync for CThostFtdcMDTraderOfferField
impl Unpin for CThostFtdcMDTraderOfferField
impl UnsafeUnpin for CThostFtdcMDTraderOfferField
impl UnwindSafe for CThostFtdcMDTraderOfferField
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