#[repr(C)]pub struct CThostFtdcDiscountField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub InvestorID: TThostFtdcInvestorIDType,
pub Discount: TThostFtdcRatioType,
}
Expand description
会员资金折扣
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
InvestorID: TThostFtdcInvestorIDType
投资者代码
Discount: TThostFtdcRatioType
资金折扣比例
Trait Implementations§
Source§impl Clone for CThostFtdcDiscountField
impl Clone for CThostFtdcDiscountField
Source§impl Default for CThostFtdcDiscountField
impl Default for CThostFtdcDiscountField
Source§fn default() -> CThostFtdcDiscountField
fn default() -> CThostFtdcDiscountField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcDiscountField
Auto Trait Implementations§
impl Freeze for CThostFtdcDiscountField
impl RefUnwindSafe for CThostFtdcDiscountField
impl Send for CThostFtdcDiscountField
impl Sync for CThostFtdcDiscountField
impl Unpin for CThostFtdcDiscountField
impl UnwindSafe for CThostFtdcDiscountField
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