#[repr(C)]pub struct CThostFtdcInputOrderActionField {Show 19 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 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§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputOrderActionField
impl Clone for CThostFtdcInputOrderActionField
Source§fn clone(&self) -> CThostFtdcInputOrderActionField
fn clone(&self) -> CThostFtdcInputOrderActionField
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 CThostFtdcInputOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputOrderActionField
impl RefUnwindSafe for CThostFtdcInputOrderActionField
impl Send for CThostFtdcInputOrderActionField
impl Sync for CThostFtdcInputOrderActionField
impl Unpin for CThostFtdcInputOrderActionField
impl UnwindSafe for CThostFtdcInputOrderActionField
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