#[repr(C)]pub struct CThostFtdcQueryCFMMCTradingAccountTokenField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
查询监控中心用户令牌
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcQueryCFMMCTradingAccountTokenField
impl Default for CThostFtdcQueryCFMMCTradingAccountTokenField
Source§fn default() -> CThostFtdcQueryCFMMCTradingAccountTokenField
fn default() -> CThostFtdcQueryCFMMCTradingAccountTokenField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQueryCFMMCTradingAccountTokenField
Auto Trait Implementations§
impl Freeze for CThostFtdcQueryCFMMCTradingAccountTokenField
impl RefUnwindSafe for CThostFtdcQueryCFMMCTradingAccountTokenField
impl Send for CThostFtdcQueryCFMMCTradingAccountTokenField
impl Sync for CThostFtdcQueryCFMMCTradingAccountTokenField
impl Unpin for CThostFtdcQueryCFMMCTradingAccountTokenField
impl UnwindSafe for CThostFtdcQueryCFMMCTradingAccountTokenField
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