#[repr(C)]pub struct CThostFtdcInstrumentTradingRightField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub TradingRight: TThostFtdcTradingRightType,
}
Expand description
投资者合约交易权限
Fields§
§InstrumentID: TThostFtdcInstrumentIDType
合约代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
TradingRight: TThostFtdcTradingRightType
交易权限
Trait Implementations§
Source§impl Default for CThostFtdcInstrumentTradingRightField
impl Default for CThostFtdcInstrumentTradingRightField
Source§fn default() -> CThostFtdcInstrumentTradingRightField
fn default() -> CThostFtdcInstrumentTradingRightField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInstrumentTradingRightField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentTradingRightField
impl RefUnwindSafe for CThostFtdcInstrumentTradingRightField
impl Send for CThostFtdcInstrumentTradingRightField
impl Sync for CThostFtdcInstrumentTradingRightField
impl Unpin for CThostFtdcInstrumentTradingRightField
impl UnwindSafe for CThostFtdcInstrumentTradingRightField
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