#[repr(C)]pub struct CThostFtdcSecAgentACIDMapField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub BrokerSecAgentID: TThostFtdcAccountIDType,
}
Expand description
二级代理操作员银期权限
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
AccountID: TThostFtdcAccountIDType
资金账户
CurrencyID: TThostFtdcCurrencyIDType
币种
BrokerSecAgentID: TThostFtdcAccountIDType
境外中介机构资金帐号
Trait Implementations§
Source§impl Default for CThostFtdcSecAgentACIDMapField
impl Default for CThostFtdcSecAgentACIDMapField
Source§fn default() -> CThostFtdcSecAgentACIDMapField
fn default() -> CThostFtdcSecAgentACIDMapField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSecAgentACIDMapField
Auto Trait Implementations§
impl Freeze for CThostFtdcSecAgentACIDMapField
impl RefUnwindSafe for CThostFtdcSecAgentACIDMapField
impl Send for CThostFtdcSecAgentACIDMapField
impl Sync for CThostFtdcSecAgentACIDMapField
impl Unpin for CThostFtdcSecAgentACIDMapField
impl UnwindSafe for CThostFtdcSecAgentACIDMapField
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