#[repr(C)]pub struct CThostFtdcInvestorPositionCombineDetailField {Show 23 fields
pub TradingDay: TThostFtdcDateType,
pub OpenDate: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub SettlementID: TThostFtdcSettlementIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ComTradeID: TThostFtdcTradeIDType,
pub TradeID: TThostFtdcTradeIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub Direction: TThostFtdcDirectionType,
pub TotalAmt: TThostFtdcVolumeType,
pub Margin: TThostFtdcMoneyType,
pub ExchMargin: TThostFtdcMoneyType,
pub MarginRateByMoney: TThostFtdcRatioType,
pub MarginRateByVolume: TThostFtdcRatioType,
pub LegID: TThostFtdcLegIDType,
pub LegMultiple: TThostFtdcLegMultipleType,
pub reserve2: TThostFtdcOldInstrumentIDType,
pub TradeGroupID: TThostFtdcTradeGroupIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub CombInstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§TradingDay: TThostFtdcDateType§OpenDate: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§SettlementID: TThostFtdcSettlementIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ComTradeID: TThostFtdcTradeIDType§TradeID: TThostFtdcTradeIDType§reserve1: TThostFtdcOldInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§Direction: TThostFtdcDirectionType§TotalAmt: TThostFtdcVolumeType§Margin: TThostFtdcMoneyType§ExchMargin: TThostFtdcMoneyType§MarginRateByMoney: TThostFtdcRatioType§MarginRateByVolume: TThostFtdcRatioType§LegID: TThostFtdcLegIDType§LegMultiple: TThostFtdcLegMultipleType§reserve2: TThostFtdcOldInstrumentIDType§TradeGroupID: TThostFtdcTradeGroupIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDType§CombInstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcInvestorPositionCombineDetailField
impl Clone for CThostFtdcInvestorPositionCombineDetailField
Source§fn clone(&self) -> CThostFtdcInvestorPositionCombineDetailField
fn clone(&self) -> CThostFtdcInvestorPositionCombineDetailField
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 CThostFtdcInvestorPositionCombineDetailField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorPositionCombineDetailField
impl RefUnwindSafe for CThostFtdcInvestorPositionCombineDetailField
impl Send for CThostFtdcInvestorPositionCombineDetailField
impl Sync for CThostFtdcInvestorPositionCombineDetailField
impl Unpin for CThostFtdcInvestorPositionCombineDetailField
impl UnwindSafe for CThostFtdcInvestorPositionCombineDetailField
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