#[repr(C)]pub struct SyncDeltaInvstCommRateField {Show 13 fields
pub is_null: bool,
pub InstrumentID: String,
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 ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§InstrumentID: String
§InvestorRange: u8
§BrokerID: String
§InvestorID: String
§OpenRatioByMoney: f64
§OpenRatioByVolume: f64
§CloseRatioByMoney: f64
§CloseRatioByVolume: f64
§CloseTodayRatioByMoney: f64
§CloseTodayRatioByVolume: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Source§impl Clone for SyncDeltaInvstCommRateField
impl Clone for SyncDeltaInvstCommRateField
Source§impl Debug for SyncDeltaInvstCommRateField
impl Debug for SyncDeltaInvstCommRateField
Auto Trait Implementations§
impl Freeze for SyncDeltaInvstCommRateField
impl RefUnwindSafe for SyncDeltaInvstCommRateField
impl Send for SyncDeltaInvstCommRateField
impl Sync for SyncDeltaInvstCommRateField
impl Unpin for SyncDeltaInvstCommRateField
impl UnwindSafe for SyncDeltaInvstCommRateField
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