#[repr(C)]pub struct CThostFtdcSPBMFutureParameterField {
pub TradingDay: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ProdFamilyCode: TThostFtdcInstrumentIDType,
pub Cvf: TThostFtdcVolumeMultipleType,
pub TimeRange: TThostFtdcTimeRangeType,
pub MarginRate: TThostFtdcRatioType,
pub LockRateX: TThostFtdcRatioType,
pub AddOnRate: TThostFtdcRatioType,
pub PreSettlementPrice: TThostFtdcPriceType,
pub AddOnLockRateX2: TThostFtdcRatioType,
}Fields§
§TradingDay: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§InstrumentID: TThostFtdcInstrumentIDType§ProdFamilyCode: TThostFtdcInstrumentIDType§Cvf: TThostFtdcVolumeMultipleType§TimeRange: TThostFtdcTimeRangeType§MarginRate: TThostFtdcRatioType§LockRateX: TThostFtdcRatioType§AddOnRate: TThostFtdcRatioType§PreSettlementPrice: TThostFtdcPriceType§AddOnLockRateX2: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcSPBMFutureParameterField
impl Clone for CThostFtdcSPBMFutureParameterField
Source§fn clone(&self) -> CThostFtdcSPBMFutureParameterField
fn clone(&self) -> CThostFtdcSPBMFutureParameterField
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 CThostFtdcSPBMFutureParameterField
Auto Trait Implementations§
impl Freeze for CThostFtdcSPBMFutureParameterField
impl RefUnwindSafe for CThostFtdcSPBMFutureParameterField
impl Send for CThostFtdcSPBMFutureParameterField
impl Sync for CThostFtdcSPBMFutureParameterField
impl Unpin for CThostFtdcSPBMFutureParameterField
impl UnwindSafe for CThostFtdcSPBMFutureParameterField
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