#[repr(C)]pub struct CThostFtdcMarketDataBaseField {
pub TradingDay: TThostFtdcDateType,
pub PreSettlementPrice: TThostFtdcPriceType,
pub PreClosePrice: TThostFtdcPriceType,
pub PreOpenInterest: TThostFtdcLargeVolumeType,
pub PreDelta: TThostFtdcRatioType,
}Fields§
§TradingDay: TThostFtdcDateType§PreSettlementPrice: TThostFtdcPriceType§PreClosePrice: TThostFtdcPriceType§PreOpenInterest: TThostFtdcLargeVolumeType§PreDelta: TThostFtdcRatioTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataBaseField
impl Clone for CThostFtdcMarketDataBaseField
Source§fn clone(&self) -> CThostFtdcMarketDataBaseField
fn clone(&self) -> CThostFtdcMarketDataBaseField
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 CThostFtdcMarketDataBaseField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBaseField
impl RefUnwindSafe for CThostFtdcMarketDataBaseField
impl Send for CThostFtdcMarketDataBaseField
impl Sync for CThostFtdcMarketDataBaseField
impl Unpin for CThostFtdcMarketDataBaseField
impl UnwindSafe for CThostFtdcMarketDataBaseField
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