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