#[repr(C)]pub struct CThostFtdcSecAgentCheckModeField {
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub BrokerSecAgentID: TThostFtdcAccountIDType,
pub CheckSelfAccount: TThostFtdcBoolType,
}
Expand description
二级代理商资金校验模式
Fields§
§InvestorID: TThostFtdcInvestorIDType
投资者代码
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
CurrencyID: TThostFtdcCurrencyIDType
币种
BrokerSecAgentID: TThostFtdcAccountIDType
境外中介机构资金帐号
CheckSelfAccount: TThostFtdcBoolType
是否需要校验自己的资金账户
Trait Implementations§
Source§impl Default for CThostFtdcSecAgentCheckModeField
impl Default for CThostFtdcSecAgentCheckModeField
Source§fn default() -> CThostFtdcSecAgentCheckModeField
fn default() -> CThostFtdcSecAgentCheckModeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSecAgentCheckModeField
Auto Trait Implementations§
impl Freeze for CThostFtdcSecAgentCheckModeField
impl RefUnwindSafe for CThostFtdcSecAgentCheckModeField
impl Send for CThostFtdcSecAgentCheckModeField
impl Sync for CThostFtdcSecAgentCheckModeField
impl Unpin for CThostFtdcSecAgentCheckModeField
impl UnwindSafe for CThostFtdcSecAgentCheckModeField
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