#[repr(C)]pub struct CThostFtdcMarketDataLastMatchField {
pub LastPrice: TThostFtdcPriceType,
pub Volume: TThostFtdcVolumeType,
pub Turnover: TThostFtdcMoneyType,
pub OpenInterest: TThostFtdcLargeVolumeType,
}Fields§
§LastPrice: TThostFtdcPriceType§Volume: TThostFtdcVolumeType§Turnover: TThostFtdcMoneyType§OpenInterest: TThostFtdcLargeVolumeTypeTrait Implementations§
Source§impl Clone for CThostFtdcMarketDataLastMatchField
impl Clone for CThostFtdcMarketDataLastMatchField
Source§fn clone(&self) -> CThostFtdcMarketDataLastMatchField
fn clone(&self) -> CThostFtdcMarketDataLastMatchField
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 CThostFtdcMarketDataLastMatchField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataLastMatchField
impl RefUnwindSafe for CThostFtdcMarketDataLastMatchField
impl Send for CThostFtdcMarketDataLastMatchField
impl Sync for CThostFtdcMarketDataLastMatchField
impl Unpin for CThostFtdcMarketDataLastMatchField
impl UnwindSafe for CThostFtdcMarketDataLastMatchField
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