#[repr(C)]pub struct OptionInstrCommRateField {Show 15 fields
pub is_null: bool,
pub InvestorRange: u8,
pub BrokerID: String,
pub InvestorID: String,
pub OpenRatioByMoney: f64,
pub OpenRatioByVolume: f64,
pub CloseRatioByMoney: f64,
pub CloseRatioByVolume: f64,
pub CloseTodayRatioByMoney: f64,
pub CloseTodayRatioByVolume: f64,
pub StrikeRatioByMoney: f64,
pub StrikeRatioByVolume: f64,
pub ExchangeID: String,
pub InvestUnitID: String,
pub InstrumentID: String,
}Expand description
当前期权合约手续费的详细内容
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
InvestorRange: u8投资者范围
BrokerID: String经纪公司代码
InvestorID: String投资者代码
OpenRatioByMoney: f64开仓手续费率
OpenRatioByVolume: f64开仓手续费
CloseRatioByMoney: f64平仓手续费率
CloseRatioByVolume: f64平仓手续费
CloseTodayRatioByMoney: f64平今手续费率
CloseTodayRatioByVolume: f64平今手续费
StrikeRatioByMoney: f64执行手续费率
StrikeRatioByVolume: f64执行手续费
ExchangeID: String交易所代码
InvestUnitID: String投资单元代码
InstrumentID: String合约代码
Trait Implementations§
Source§impl Clone for OptionInstrCommRateField
impl Clone for OptionInstrCommRateField
Source§impl Debug for OptionInstrCommRateField
impl Debug for OptionInstrCommRateField
Source§impl Default for OptionInstrCommRateField
impl Default for OptionInstrCommRateField
Auto Trait Implementations§
impl Freeze for OptionInstrCommRateField
impl RefUnwindSafe for OptionInstrCommRateField
impl Send for OptionInstrCommRateField
impl Sync for OptionInstrCommRateField
impl Unpin for OptionInstrCommRateField
impl UnsafeUnpin for OptionInstrCommRateField
impl UnwindSafe for OptionInstrCommRateField
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