#[repr(C)]pub struct CThostFtdcParkedOrderField {Show 37 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 ExchangeID: TThostFtdcExchangeIDType,
pub ParkedOrderID: TThostFtdcParkedOrderIDType,
pub UserType: TThostFtdcUserTypeType,
pub Status: TThostFtdcParkedOrderStatusType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub IsSwapOrder: TThostFtdcBoolType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
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§ExchangeID: TThostFtdcExchangeIDType§ParkedOrderID: TThostFtdcParkedOrderIDType§UserType: TThostFtdcUserTypeType§Status: TThostFtdcParkedOrderStatusType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§IsSwapOrder: TThostFtdcBoolType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§ClientID: TThostFtdcClientIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcParkedOrderField
impl Clone for CThostFtdcParkedOrderField
Source§fn clone(&self) -> CThostFtdcParkedOrderField
fn clone(&self) -> CThostFtdcParkedOrderField
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 CThostFtdcParkedOrderField
impl Debug for CThostFtdcParkedOrderField
impl Copy for CThostFtdcParkedOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcParkedOrderField
impl RefUnwindSafe for CThostFtdcParkedOrderField
impl Send for CThostFtdcParkedOrderField
impl Sync for CThostFtdcParkedOrderField
impl Unpin for CThostFtdcParkedOrderField
impl UnwindSafe for CThostFtdcParkedOrderField
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