#[repr(C)]pub struct SecAgentACIDMapField {
pub is_null: bool,
pub BrokerID: String,
pub UserID: String,
pub AccountID: String,
pub CurrencyID: String,
pub BrokerSecAgentID: String,
}Expand description
二级代理操作员银期权限
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
UserID: String用户代码
AccountID: String资金账户
CurrencyID: String币种
BrokerSecAgentID: String境外中介机构资金帐号
Trait Implementations§
Source§impl Clone for SecAgentACIDMapField
impl Clone for SecAgentACIDMapField
Source§impl Debug for SecAgentACIDMapField
impl Debug for SecAgentACIDMapField
Source§impl Default for SecAgentACIDMapField
impl Default for SecAgentACIDMapField
Source§impl ExternType for SecAgentACIDMapField
impl ExternType for SecAgentACIDMapField
Auto Trait Implementations§
impl Freeze for SecAgentACIDMapField
impl RefUnwindSafe for SecAgentACIDMapField
impl Send for SecAgentACIDMapField
impl Sync for SecAgentACIDMapField
impl Unpin for SecAgentACIDMapField
impl UnsafeUnpin for SecAgentACIDMapField
impl UnwindSafe for SecAgentACIDMapField
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