#[repr(C)]pub struct CThostFtdcMarketDataBid45Field {
pub BidPrice4: TThostFtdcPriceType,
pub BidVolume4: TThostFtdcVolumeType,
pub BidPrice5: TThostFtdcPriceType,
pub BidVolume5: TThostFtdcVolumeType,
}
Expand description
行情申买四、五属性
Fields§
§BidPrice4: TThostFtdcPriceType
申买价四
BidVolume4: TThostFtdcVolumeType
申买量四
BidPrice5: TThostFtdcPriceType
申买价五
BidVolume5: TThostFtdcVolumeType
申买量五
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataBid45Field
impl Default for CThostFtdcMarketDataBid45Field
Source§fn default() -> CThostFtdcMarketDataBid45Field
fn default() -> CThostFtdcMarketDataBid45Field
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataBid45Field
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataBid45Field
impl RefUnwindSafe for CThostFtdcMarketDataBid45Field
impl Send for CThostFtdcMarketDataBid45Field
impl Sync for CThostFtdcMarketDataBid45Field
impl Unpin for CThostFtdcMarketDataBid45Field
impl UnwindSafe for CThostFtdcMarketDataBid45Field
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