#[repr(C)]pub struct CThostFtdcCFMMCTradingAccountKeyField {
pub BrokerID: TThostFtdcBrokerIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub AccountID: TThostFtdcAccountIDType,
pub KeyID: TThostFtdcSequenceNoType,
pub CurrentKey: TThostFtdcCFMMCKeyType,
}Expand description
保证金监管系统经纪公司资金账户密钥
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
ParticipantID: TThostFtdcParticipantIDType经纪公司统一编码
AccountID: TThostFtdcAccountIDType投资者帐号
KeyID: TThostFtdcSequenceNoType密钥编号
CurrentKey: TThostFtdcCFMMCKeyType动态密钥
Trait Implementations§
Source§impl Default for CThostFtdcCFMMCTradingAccountKeyField
impl Default for CThostFtdcCFMMCTradingAccountKeyField
Source§fn default() -> CThostFtdcCFMMCTradingAccountKeyField
fn default() -> CThostFtdcCFMMCTradingAccountKeyField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcCFMMCTradingAccountKeyField
Auto Trait Implementations§
impl Freeze for CThostFtdcCFMMCTradingAccountKeyField
impl RefUnwindSafe for CThostFtdcCFMMCTradingAccountKeyField
impl Send for CThostFtdcCFMMCTradingAccountKeyField
impl Sync for CThostFtdcCFMMCTradingAccountKeyField
impl Unpin for CThostFtdcCFMMCTradingAccountKeyField
impl UnwindSafe for CThostFtdcCFMMCTradingAccountKeyField
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