#[repr(C)]pub struct CThostFtdcInvestorGroupField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub InvestorGroupName: TThostFtdcInvestorGroupNameType,
}
Expand description
投资者组
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorGroupID: TThostFtdcInvestorIDType
投资者分组代码
InvestorGroupName: TThostFtdcInvestorGroupNameType
投资者分组名称
Trait Implementations§
Source§impl Clone for CThostFtdcInvestorGroupField
impl Clone for CThostFtdcInvestorGroupField
impl Copy for CThostFtdcInvestorGroupField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestorGroupField
impl RefUnwindSafe for CThostFtdcInvestorGroupField
impl Send for CThostFtdcInvestorGroupField
impl Sync for CThostFtdcInvestorGroupField
impl Unpin for CThostFtdcInvestorGroupField
impl UnwindSafe for CThostFtdcInvestorGroupField
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