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