#[repr(C)]pub struct CThostFtdcMMInstrumentCommissionRateField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OpenRatioByMoney: TThostFtdcRatioType,
pub OpenRatioByVolume: TThostFtdcRatioType,
pub CloseRatioByMoney: TThostFtdcRatioType,
pub CloseRatioByVolume: TThostFtdcRatioType,
pub CloseTodayRatioByMoney: TThostFtdcRatioType,
pub CloseTodayRatioByVolume: TThostFtdcRatioType,
}Expand description
做市商合约手续费率
Fields§
§InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestorRange: TThostFtdcInvestorRangeType投资者范围
BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
OpenRatioByMoney: TThostFtdcRatioType开仓手续费率
OpenRatioByVolume: TThostFtdcRatioType开仓手续费
CloseRatioByMoney: TThostFtdcRatioType平仓手续费率
CloseRatioByVolume: TThostFtdcRatioType平仓手续费
CloseTodayRatioByMoney: TThostFtdcRatioType平今手续费率
CloseTodayRatioByVolume: TThostFtdcRatioType平今手续费
Trait Implementations§
Source§impl Default for CThostFtdcMMInstrumentCommissionRateField
impl Default for CThostFtdcMMInstrumentCommissionRateField
Source§fn default() -> CThostFtdcMMInstrumentCommissionRateField
fn default() -> CThostFtdcMMInstrumentCommissionRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcMMInstrumentCommissionRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcMMInstrumentCommissionRateField
impl RefUnwindSafe for CThostFtdcMMInstrumentCommissionRateField
impl Send for CThostFtdcMMInstrumentCommissionRateField
impl Sync for CThostFtdcMMInstrumentCommissionRateField
impl Unpin for CThostFtdcMMInstrumentCommissionRateField
impl UnwindSafe for CThostFtdcMMInstrumentCommissionRateField
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