#[repr(C)]pub struct CThostFtdcExchangeMarginRateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub LongMarginRatioByMoney: TThostFtdcRatioType,
pub LongMarginRatioByVolume: TThostFtdcMoneyType,
pub ShortMarginRatioByMoney: TThostFtdcRatioType,
pub ShortMarginRatioByVolume: TThostFtdcMoneyType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§reserve1: TThostFtdcOldInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§LongMarginRatioByMoney: TThostFtdcRatioType§LongMarginRatioByVolume: TThostFtdcMoneyType§ShortMarginRatioByMoney: TThostFtdcRatioType§ShortMarginRatioByVolume: TThostFtdcMoneyType§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeMarginRateField
impl Clone for CThostFtdcExchangeMarginRateField
Source§fn clone(&self) -> CThostFtdcExchangeMarginRateField
fn clone(&self) -> CThostFtdcExchangeMarginRateField
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 CThostFtdcExchangeMarginRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeMarginRateField
impl RefUnwindSafe for CThostFtdcExchangeMarginRateField
impl Send for CThostFtdcExchangeMarginRateField
impl Sync for CThostFtdcExchangeMarginRateField
impl Unpin for CThostFtdcExchangeMarginRateField
impl UnwindSafe for CThostFtdcExchangeMarginRateField
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