#[repr(C)]pub struct CThostFtdcMarketDataBestPriceField {
pub BidPrice1: TThostFtdcPriceType,
pub BidVolume1: TThostFtdcVolumeType,
pub AskPrice1: TThostFtdcPriceType,
pub AskVolume1: TThostFtdcVolumeType,
}
Expand description
行情最优价属性
Fields§
§BidPrice1: TThostFtdcPriceType
申买价一
BidVolume1: TThostFtdcVolumeType
申买量一
AskPrice1: TThostFtdcPriceType
申卖价一
AskVolume1: TThostFtdcVolumeType
申卖量一
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataBestPriceField
impl Default for CThostFtdcMarketDataBestPriceField
Source§fn default() -> CThostFtdcMarketDataBestPriceField
fn default() -> CThostFtdcMarketDataBestPriceField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataBestPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBestPriceField
impl RefUnwindSafe for CThostFtdcMarketDataBestPriceField
impl Send for CThostFtdcMarketDataBestPriceField
impl Sync for CThostFtdcMarketDataBestPriceField
impl Unpin for CThostFtdcMarketDataBestPriceField
impl UnwindSafe for CThostFtdcMarketDataBestPriceField
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