#[repr(C)]pub struct SecAgentCheckModeField {
pub is_null: bool,
pub InvestorID: String,
pub BrokerID: String,
pub CurrencyID: String,
pub BrokerSecAgentID: String,
pub CheckSelfAccount: i32,
}Expand description
二级代理商资金校验模式
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
InvestorID: String投资者代码
BrokerID: String经纪公司代码
CurrencyID: String币种
BrokerSecAgentID: String境外中介机构资金帐号
CheckSelfAccount: i32是否需要校验自己的资金账户
Trait Implementations§
Source§impl Clone for SecAgentCheckModeField
impl Clone for SecAgentCheckModeField
Source§impl Debug for SecAgentCheckModeField
impl Debug for SecAgentCheckModeField
Source§impl Default for SecAgentCheckModeField
impl Default for SecAgentCheckModeField
Source§impl ExternType for SecAgentCheckModeField
impl ExternType for SecAgentCheckModeField
Auto Trait Implementations§
impl Freeze for SecAgentCheckModeField
impl RefUnwindSafe for SecAgentCheckModeField
impl Send for SecAgentCheckModeField
impl Sync for SecAgentCheckModeField
impl Unpin for SecAgentCheckModeField
impl UnsafeUnpin for SecAgentCheckModeField
impl UnwindSafe for SecAgentCheckModeField
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