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