#[repr(C)]pub struct CThostFtdcInvestUnitField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub InvestorUnitName: TThostFtdcPartyNameType,
pub InvestorGroupID: TThostFtdcInvestorIDType,
pub CommModelID: TThostFtdcInvestorIDType,
pub MarginModelID: TThostFtdcInvestorIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Expand description
投资单元
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
InvestorUnitName: TThostFtdcPartyNameType投资者单元名称
InvestorGroupID: TThostFtdcInvestorIDType投资者分组代码
CommModelID: TThostFtdcInvestorIDType手续费率模板代码
MarginModelID: TThostFtdcInvestorIDType保证金率模板代码
AccountID: TThostFtdcAccountIDType资金账号
CurrencyID: TThostFtdcCurrencyIDType币种代码
Trait Implementations§
Source§impl Clone for CThostFtdcInvestUnitField
impl Clone for CThostFtdcInvestUnitField
Source§impl Default for CThostFtdcInvestUnitField
impl Default for CThostFtdcInvestUnitField
impl Copy for CThostFtdcInvestUnitField
Auto Trait Implementations§
impl Freeze for CThostFtdcInvestUnitField
impl RefUnwindSafe for CThostFtdcInvestUnitField
impl Send for CThostFtdcInvestUnitField
impl Sync for CThostFtdcInvestUnitField
impl Unpin for CThostFtdcInvestUnitField
impl UnwindSafe for CThostFtdcInvestUnitField
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