#[repr(C)]pub struct CThostFtdcIndexPriceField {
pub BrokerID: TThostFtdcBrokerIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ClosePrice: TThostFtdcPriceType,
pub InstrumentID: TThostFtdcInstrumentIDType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§reserve1: TThostFtdcOldInstrumentIDType§ClosePrice: TThostFtdcPriceType§InstrumentID: TThostFtdcInstrumentIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcIndexPriceField
impl Clone for CThostFtdcIndexPriceField
Source§fn clone(&self) -> CThostFtdcIndexPriceField
fn clone(&self) -> CThostFtdcIndexPriceField
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 moreSource§impl Debug for CThostFtdcIndexPriceField
impl Debug for CThostFtdcIndexPriceField
impl Copy for CThostFtdcIndexPriceField
Auto Trait Implementations§
impl Freeze for CThostFtdcIndexPriceField
impl RefUnwindSafe for CThostFtdcIndexPriceField
impl Send for CThostFtdcIndexPriceField
impl Sync for CThostFtdcIndexPriceField
impl Unpin for CThostFtdcIndexPriceField
impl UnwindSafe for CThostFtdcIndexPriceField
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