#[repr(C)]pub struct CThostFtdcMarketDataLastMatchField {
pub LastPrice: TThostFtdcPriceType,
pub Volume: TThostFtdcVolumeType,
pub Turnover: TThostFtdcMoneyType,
pub OpenInterest: TThostFtdcLargeVolumeType,
}
Expand description
行情最新成交属性
Fields§
§LastPrice: TThostFtdcPriceType
最新价
Volume: TThostFtdcVolumeType
数量
Turnover: TThostFtdcMoneyType
成交金额
OpenInterest: TThostFtdcLargeVolumeType
持仓量
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataLastMatchField
impl Default for CThostFtdcMarketDataLastMatchField
Source§fn default() -> CThostFtdcMarketDataLastMatchField
fn default() -> CThostFtdcMarketDataLastMatchField
Returns the “default value” for a type. Read more
impl 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