#[repr(C)]pub struct CThostFtdcParkedOrderActionField {Show 24 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OrderActionRef: TThostFtdcOrderActionRefType,
pub OrderRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OrderSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub LimitPrice: TThostFtdcPriceType,
pub VolumeChange: TThostFtdcVolumeType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ParkedOrderActionID: TThostFtdcParkedOrderActionIDType,
pub UserType: TThostFtdcUserTypeType,
pub Status: TThostFtdcParkedOrderStatusType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§OrderActionRef: TThostFtdcOrderActionRefType§OrderRef: TThostFtdcOrderRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§OrderSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§LimitPrice: TThostFtdcPriceType§VolumeChange: TThostFtdcVolumeType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldInstrumentIDType§ParkedOrderActionID: TThostFtdcParkedOrderActionIDType§UserType: TThostFtdcUserTypeType§Status: TThostFtdcParkedOrderStatusType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcParkedOrderActionField
impl Clone for CThostFtdcParkedOrderActionField
Source§fn clone(&self) -> CThostFtdcParkedOrderActionField
fn clone(&self) -> CThostFtdcParkedOrderActionField
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 CThostFtdcParkedOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcParkedOrderActionField
impl RefUnwindSafe for CThostFtdcParkedOrderActionField
impl Send for CThostFtdcParkedOrderActionField
impl Sync for CThostFtdcParkedOrderActionField
impl Unpin for CThostFtdcParkedOrderActionField
impl UnwindSafe for CThostFtdcParkedOrderActionField
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