#[repr(C)]pub struct InvestorInfoCommRecField {
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub InstrumentID: String,
pub OrderCount: i32,
pub OrderActionCount: i32,
pub ForQuoteCnt: i32,
pub InfoComm: f64,
pub IsOptSeries: i32,
pub ProductID: String,
pub InfoCnt: i32,
}
Fields§
§is_null: bool
§ExchangeID: String
§BrokerID: String
§InvestorID: String
§InstrumentID: String
§OrderCount: i32
§OrderActionCount: i32
§ForQuoteCnt: i32
§InfoComm: f64
§IsOptSeries: i32
§ProductID: String
§InfoCnt: i32
Trait Implementations§
Source§impl Clone for InvestorInfoCommRecField
impl Clone for InvestorInfoCommRecField
Source§impl Debug for InvestorInfoCommRecField
impl Debug for InvestorInfoCommRecField
Source§impl Default for InvestorInfoCommRecField
impl Default for InvestorInfoCommRecField
Auto Trait Implementations§
impl Freeze for InvestorInfoCommRecField
impl RefUnwindSafe for InvestorInfoCommRecField
impl Send for InvestorInfoCommRecField
impl Sync for InvestorInfoCommRecField
impl Unpin for InvestorInfoCommRecField
impl UnwindSafe for InvestorInfoCommRecField
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