#[repr(C)]pub struct CThostFtdcExchangeField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExchangeName: TThostFtdcExchangeNameType,
pub ExchangeProperty: TThostFtdcExchangePropertyType,
}
Expand description
交易所
Fields§
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
ExchangeName: TThostFtdcExchangeNameType
交易所名称
ExchangeProperty: TThostFtdcExchangePropertyType
交易所属性
Trait Implementations§
Source§impl Clone for CThostFtdcExchangeField
impl Clone for CThostFtdcExchangeField
Source§impl Debug for CThostFtdcExchangeField
impl Debug for CThostFtdcExchangeField
Source§impl Default for CThostFtdcExchangeField
impl Default for CThostFtdcExchangeField
impl Copy for CThostFtdcExchangeField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeField
impl RefUnwindSafe for CThostFtdcExchangeField
impl Send for CThostFtdcExchangeField
impl Sync for CThostFtdcExchangeField
impl Unpin for CThostFtdcExchangeField
impl UnwindSafe for CThostFtdcExchangeField
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