#[repr(C)]pub struct CThostFtdcSyncingInstrumentTradingRightField {
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 CThostFtdcSyncingInstrumentTradingRightField
impl Default for CThostFtdcSyncingInstrumentTradingRightField
Source§fn default() -> CThostFtdcSyncingInstrumentTradingRightField
fn default() -> CThostFtdcSyncingInstrumentTradingRightField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncingInstrumentTradingRightField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInstrumentTradingRightField
impl RefUnwindSafe for CThostFtdcSyncingInstrumentTradingRightField
impl Send for CThostFtdcSyncingInstrumentTradingRightField
impl Sync for CThostFtdcSyncingInstrumentTradingRightField
impl Unpin for CThostFtdcSyncingInstrumentTradingRightField
impl UnwindSafe for CThostFtdcSyncingInstrumentTradingRightField
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