#[repr(C)]pub struct CThostFtdcOptionInstrTradeCostField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub FixedMargin: TThostFtdcMoneyType,
pub MiniMargin: TThostFtdcMoneyType,
pub Royalty: TThostFtdcMoneyType,
pub ExchFixedMargin: TThostFtdcMoneyType,
pub ExchMiniMargin: TThostFtdcMoneyType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§FixedMargin: TThostFtdcMoneyType§MiniMargin: TThostFtdcMoneyType§Royalty: TThostFtdcMoneyType§ExchFixedMargin: TThostFtdcMoneyType§ExchMiniMargin: TThostFtdcMoneyType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcOptionInstrTradeCostField
impl Clone for CThostFtdcOptionInstrTradeCostField
Source§fn clone(&self) -> CThostFtdcOptionInstrTradeCostField
fn clone(&self) -> CThostFtdcOptionInstrTradeCostField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcOptionInstrTradeCostField
Auto Trait Implementations§
impl Freeze for CThostFtdcOptionInstrTradeCostField
impl RefUnwindSafe for CThostFtdcOptionInstrTradeCostField
impl Send for CThostFtdcOptionInstrTradeCostField
impl Sync for CThostFtdcOptionInstrTradeCostField
impl Unpin for CThostFtdcOptionInstrTradeCostField
impl UnsafeUnpin for CThostFtdcOptionInstrTradeCostField
impl UnwindSafe for CThostFtdcOptionInstrTradeCostField
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