#[repr(C)]pub struct CThostFtdcMarketDataAveragePriceField {
pub AveragePrice: TThostFtdcPriceType,
}
Expand description
成交均价
Fields§
§AveragePrice: TThostFtdcPriceType
当日均价
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataAveragePriceField
impl Default for CThostFtdcMarketDataAveragePriceField
Source§fn default() -> CThostFtdcMarketDataAveragePriceField
fn default() -> CThostFtdcMarketDataAveragePriceField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataAveragePriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataAveragePriceField
impl RefUnwindSafe for CThostFtdcMarketDataAveragePriceField
impl Send for CThostFtdcMarketDataAveragePriceField
impl Sync for CThostFtdcMarketDataAveragePriceField
impl Unpin for CThostFtdcMarketDataAveragePriceField
impl UnwindSafe for CThostFtdcMarketDataAveragePriceField
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