#[repr(C)]pub struct CThostFtdcCommRateModelField {
pub BrokerID: TThostFtdcBrokerIDType,
pub CommModelID: TThostFtdcInvestorIDType,
pub CommModelName: TThostFtdcCommModelNameType,
}
Expand description
投资者手续费率模板
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
CommModelID: TThostFtdcInvestorIDType
手续费率模板代码
CommModelName: TThostFtdcCommModelNameType
模板名称
Trait Implementations§
Source§impl Clone for CThostFtdcCommRateModelField
impl Clone for CThostFtdcCommRateModelField
impl Copy for CThostFtdcCommRateModelField
Auto Trait Implementations§
impl Freeze for CThostFtdcCommRateModelField
impl RefUnwindSafe for CThostFtdcCommRateModelField
impl Send for CThostFtdcCommRateModelField
impl Sync for CThostFtdcCommRateModelField
impl Unpin for CThostFtdcCommRateModelField
impl UnwindSafe for CThostFtdcCommRateModelField
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