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