#[repr(C)]pub struct CThostFtdcDepartmentUserField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub InvestorRange: TThostFtdcDepartmentRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
}
Expand description
操作员组织架构关系
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
InvestorRange: TThostFtdcDepartmentRangeType
投资者范围
InvestorID: TThostFtdcInvestorIDType
投资者代码
Trait Implementations§
Source§impl Default for CThostFtdcDepartmentUserField
impl Default for CThostFtdcDepartmentUserField
Source§fn default() -> CThostFtdcDepartmentUserField
fn default() -> CThostFtdcDepartmentUserField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcDepartmentUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcDepartmentUserField
impl RefUnwindSafe for CThostFtdcDepartmentUserField
impl Send for CThostFtdcDepartmentUserField
impl Sync for CThostFtdcDepartmentUserField
impl Unpin for CThostFtdcDepartmentUserField
impl UnwindSafe for CThostFtdcDepartmentUserField
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