#[repr(C)]pub struct QryOptionInstrCommRateField {
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub ExchangeID: String,
pub InvestUnitID: String,
pub InstrumentID: String,
}Expand description
期权手续费率查询
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
InvestorID: String投资者代码
ExchangeID: String交易所代码
InvestUnitID: String投资单元代码
InstrumentID: String合约代码
Trait Implementations§
Source§impl Clone for QryOptionInstrCommRateField
impl Clone for QryOptionInstrCommRateField
Source§impl Debug for QryOptionInstrCommRateField
impl Debug for QryOptionInstrCommRateField
Auto Trait Implementations§
impl Freeze for QryOptionInstrCommRateField
impl RefUnwindSafe for QryOptionInstrCommRateField
impl Send for QryOptionInstrCommRateField
impl Sync for QryOptionInstrCommRateField
impl Unpin for QryOptionInstrCommRateField
impl UnsafeUnpin for QryOptionInstrCommRateField
impl UnwindSafe for QryOptionInstrCommRateField
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