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