#[repr(C)]pub struct CThostFtdcSecAgentTradeInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerSecAgentID: TThostFtdcAccountIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}
Expand description
二级代理商信息
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
BrokerSecAgentID: TThostFtdcAccountIDType
境外中介机构资金帐号
InvestorID: TThostFtdcInvestorIDType
投资者代码
LongCustomerName: TThostFtdcLongIndividualNameType
二级代理商姓名
Trait Implementations§
impl Copy for CThostFtdcSecAgentTradeInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcSecAgentTradeInfoField
impl RefUnwindSafe for CThostFtdcSecAgentTradeInfoField
impl Send for CThostFtdcSecAgentTradeInfoField
impl Sync for CThostFtdcSecAgentTradeInfoField
impl Unpin for CThostFtdcSecAgentTradeInfoField
impl UnwindSafe for CThostFtdcSecAgentTradeInfoField
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