#[repr(C)]pub struct CThostFtdcIndexPriceField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ClosePrice: TThostFtdcPriceType,
}
Expand description
股指现货指数
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ClosePrice: TThostFtdcPriceType
指数现货收盘价
Trait Implementations§
Source§impl Clone for CThostFtdcIndexPriceField
impl Clone for CThostFtdcIndexPriceField
Source§impl Default for CThostFtdcIndexPriceField
impl Default for CThostFtdcIndexPriceField
Source§fn default() -> CThostFtdcIndexPriceField
fn default() -> CThostFtdcIndexPriceField
Returns the “default value” for a type. Read more
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