#[repr(C)]pub struct CThostFtdcMarketDataExchangeField {
pub ExchangeID: TThostFtdcExchangeIDType,
}
Expand description
行情交易所代码属性
Fields§
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
Trait Implementations§
Source§impl Default for CThostFtdcMarketDataExchangeField
impl Default for CThostFtdcMarketDataExchangeField
Source§fn default() -> CThostFtdcMarketDataExchangeField
fn default() -> CThostFtdcMarketDataExchangeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMarketDataExchangeField
Auto Trait Implementations§
impl Freeze for CThostFtdcMarketDataExchangeField
impl RefUnwindSafe for CThostFtdcMarketDataExchangeField
impl Send for CThostFtdcMarketDataExchangeField
impl Sync for CThostFtdcMarketDataExchangeField
impl Unpin for CThostFtdcMarketDataExchangeField
impl UnwindSafe for CThostFtdcMarketDataExchangeField
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