#[repr(C)]pub struct CThostFtdcInstrumentOrderCommRateField {
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestorRange: TThostFtdcInvestorRangeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub OrderCommByVolume: TThostFtdcRatioType,
pub OrderActionCommByVolume: TThostFtdcRatioType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
当前报单手续费的详细内容
Fields§
§InstrumentID: TThostFtdcInstrumentIDType
合约代码
InvestorRange: TThostFtdcInvestorRangeType
投资者范围
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
HedgeFlag: TThostFtdcHedgeFlagType
投机套保标志
OrderCommByVolume: TThostFtdcRatioType
报单手续费
OrderActionCommByVolume: TThostFtdcRatioType
撤单手续费
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcInstrumentOrderCommRateField
impl Default for CThostFtdcInstrumentOrderCommRateField
Source§fn default() -> CThostFtdcInstrumentOrderCommRateField
fn default() -> CThostFtdcInstrumentOrderCommRateField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInstrumentOrderCommRateField
Auto Trait Implementations§
impl Freeze for CThostFtdcInstrumentOrderCommRateField
impl RefUnwindSafe for CThostFtdcInstrumentOrderCommRateField
impl Send for CThostFtdcInstrumentOrderCommRateField
impl Sync for CThostFtdcInstrumentOrderCommRateField
impl Unpin for CThostFtdcInstrumentOrderCommRateField
impl UnwindSafe for CThostFtdcInstrumentOrderCommRateField
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