#[repr(C)]pub struct InvestorProdSPBMDetailField {Show 22 fields
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub ProdFamilyCode: String,
pub IntraInstrMargin: f64,
pub BCollectingMargin: f64,
pub SCollectingMargin: f64,
pub IntraProdMargin: f64,
pub NetMargin: f64,
pub InterProdMargin: f64,
pub SingleMargin: f64,
pub AddOnMargin: f64,
pub DeliveryMargin: f64,
pub CallOptionMinRisk: f64,
pub PutOptionMinRisk: f64,
pub OptionMinRisk: f64,
pub OptionValueOffset: f64,
pub OptionRoyalty: f64,
pub RealOptionValueOffset: f64,
pub Margin: f64,
pub ExchMargin: f64,
}
Fields§
§is_null: bool
§ExchangeID: String
§BrokerID: String
§InvestorID: String
§ProdFamilyCode: String
§IntraInstrMargin: f64
§BCollectingMargin: f64
§SCollectingMargin: f64
§IntraProdMargin: f64
§NetMargin: f64
§InterProdMargin: f64
§SingleMargin: f64
§AddOnMargin: f64
§DeliveryMargin: f64
§CallOptionMinRisk: f64
§PutOptionMinRisk: f64
§OptionMinRisk: f64
§OptionValueOffset: f64
§OptionRoyalty: f64
§RealOptionValueOffset: f64
§Margin: f64
§ExchMargin: f64
Trait Implementations§
Source§impl Clone for InvestorProdSPBMDetailField
impl Clone for InvestorProdSPBMDetailField
Source§impl Debug for InvestorProdSPBMDetailField
impl Debug for InvestorProdSPBMDetailField
Auto Trait Implementations§
impl Freeze for InvestorProdSPBMDetailField
impl RefUnwindSafe for InvestorProdSPBMDetailField
impl Send for InvestorProdSPBMDetailField
impl Sync for InvestorProdSPBMDetailField
impl Unpin for InvestorProdSPBMDetailField
impl UnwindSafe for InvestorProdSPBMDetailField
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