#[repr(C)]pub struct CThostFtdcQryCommRateModelField {
pub BrokerID: TThostFtdcBrokerIDType,
pub CommModelID: TThostFtdcInvestorIDType,
}
Expand description
请求查询投资者手续费率模板
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
CommModelID: TThostFtdcInvestorIDType
手续费率模板代码
Trait Implementations§
Source§impl Default for CThostFtdcQryCommRateModelField
impl Default for CThostFtdcQryCommRateModelField
Source§fn default() -> CThostFtdcQryCommRateModelField
fn default() -> CThostFtdcQryCommRateModelField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryCommRateModelField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryCommRateModelField
impl RefUnwindSafe for CThostFtdcQryCommRateModelField
impl Send for CThostFtdcQryCommRateModelField
impl Sync for CThostFtdcQryCommRateModelField
impl Unpin for CThostFtdcQryCommRateModelField
impl UnwindSafe for CThostFtdcQryCommRateModelField
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