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