#[repr(C)]pub struct CThostFtdcInputOrderField {Show 32 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub OrderRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub OrderPriceType: TThostFtdcOrderPriceTypeType,
pub Direction: TThostFtdcDirectionType,
pub CombOffsetFlag: TThostFtdcCombOffsetFlagType,
pub CombHedgeFlag: TThostFtdcCombHedgeFlagType,
pub LimitPrice: TThostFtdcPriceType,
pub VolumeTotalOriginal: TThostFtdcVolumeType,
pub TimeCondition: TThostFtdcTimeConditionType,
pub GTDDate: TThostFtdcDateType,
pub VolumeCondition: TThostFtdcVolumeConditionType,
pub MinVolume: TThostFtdcVolumeType,
pub ContingentCondition: TThostFtdcContingentConditionType,
pub StopPrice: TThostFtdcPriceType,
pub ForceCloseReason: TThostFtdcForceCloseReasonType,
pub IsAutoSuspend: TThostFtdcBoolType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub RequestID: TThostFtdcRequestIDType,
pub UserForceClose: TThostFtdcBoolType,
pub IsSwapOrder: TThostFtdcBoolType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§OrderRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§OrderPriceType: TThostFtdcOrderPriceTypeType§Direction: TThostFtdcDirectionType§CombOffsetFlag: TThostFtdcCombOffsetFlagType§CombHedgeFlag: TThostFtdcCombHedgeFlagType§LimitPrice: TThostFtdcPriceType§VolumeTotalOriginal: TThostFtdcVolumeType§TimeCondition: TThostFtdcTimeConditionType§GTDDate: TThostFtdcDateType§VolumeCondition: TThostFtdcVolumeConditionType§MinVolume: TThostFtdcVolumeType§ContingentCondition: TThostFtdcContingentConditionType§StopPrice: TThostFtdcPriceType§ForceCloseReason: TThostFtdcForceCloseReasonType§IsAutoSuspend: TThostFtdcBoolType§BusinessUnit: TThostFtdcBusinessUnitType§RequestID: TThostFtdcRequestIDType§UserForceClose: TThostFtdcBoolType§IsSwapOrder: TThostFtdcBoolType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputOrderField
impl Clone for CThostFtdcInputOrderField
Source§fn clone(&self) -> CThostFtdcInputOrderField
fn clone(&self) -> CThostFtdcInputOrderField
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 CThostFtdcInputOrderField
impl Debug for CThostFtdcInputOrderField
impl Copy for CThostFtdcInputOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputOrderField
impl RefUnwindSafe for CThostFtdcInputOrderField
impl Send for CThostFtdcInputOrderField
impl Sync for CThostFtdcInputOrderField
impl Unpin for CThostFtdcInputOrderField
impl UnwindSafe for CThostFtdcInputOrderField
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