#[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