#[repr(C)]pub struct CThostFtdcInputCombActionField {Show 17 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub CombActionRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Direction: TThostFtdcDirectionType,
pub Volume: TThostFtdcVolumeType,
pub CombDirection: TThostFtdcCombDirectionType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§CombActionRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§Direction: TThostFtdcDirectionType§Volume: TThostFtdcVolumeType§CombDirection: TThostFtdcCombDirectionType§HedgeFlag: TThostFtdcHedgeFlagType§ExchangeID: TThostFtdcExchangeIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InvestUnitID: TThostFtdcInvestUnitIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
source§impl Clone for CThostFtdcInputCombActionField
impl Clone for CThostFtdcInputCombActionField
source§fn clone(&self) -> CThostFtdcInputCombActionField
fn clone(&self) -> CThostFtdcInputCombActionField
Returns a copy 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 CThostFtdcInputCombActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputCombActionField
impl RefUnwindSafe for CThostFtdcInputCombActionField
impl Send for CThostFtdcInputCombActionField
impl Sync for CThostFtdcInputCombActionField
impl Unpin for CThostFtdcInputCombActionField
impl UnwindSafe for CThostFtdcInputCombActionField
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