#[repr(C)]pub struct SyncDeltaSPBMFutureParameterField {Show 14 fields
pub is_null: bool,
pub TradingDay: String,
pub ExchangeID: String,
pub InstrumentID: String,
pub ProdFamilyCode: String,
pub Cvf: i32,
pub TimeRange: u8,
pub MarginRate: f64,
pub LockRateX: f64,
pub AddOnRate: f64,
pub PreSettlementPrice: f64,
pub AddOnLockRateX2: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§TradingDay: String
§ExchangeID: String
§InstrumentID: String
§ProdFamilyCode: String
§Cvf: i32
§TimeRange: u8
§MarginRate: f64
§LockRateX: f64
§AddOnRate: f64
§PreSettlementPrice: f64
§AddOnLockRateX2: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaSPBMFutureParameterField
impl RefUnwindSafe for SyncDeltaSPBMFutureParameterField
impl Send for SyncDeltaSPBMFutureParameterField
impl Sync for SyncDeltaSPBMFutureParameterField
impl Unpin for SyncDeltaSPBMFutureParameterField
impl UnwindSafe for SyncDeltaSPBMFutureParameterField
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