#[repr(C)]pub struct CThostFtdcSyncingInstrumentCommissionRateField {
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 CThostFtdcSyncingInstrumentCommissionRateField
impl Default for CThostFtdcSyncingInstrumentCommissionRateField
Source§fn default() -> CThostFtdcSyncingInstrumentCommissionRateField
fn default() -> CThostFtdcSyncingInstrumentCommissionRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncingInstrumentCommissionRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingInstrumentCommissionRateField
impl RefUnwindSafe for CThostFtdcSyncingInstrumentCommissionRateField
impl Send for CThostFtdcSyncingInstrumentCommissionRateField
impl Sync for CThostFtdcSyncingInstrumentCommissionRateField
impl Unpin for CThostFtdcSyncingInstrumentCommissionRateField
impl UnwindSafe for CThostFtdcSyncingInstrumentCommissionRateField
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