pub struct SummaryOfAccountMarginResponseSecurities {
pub prdctd_pst_xpry_mrgn_opn: Option<String>,
pub prjctd_lk_ahd_mntnnc_mrgn: Option<String>,
pub prjctd_ovrnght_mntnnc_mrgn: Option<String>,
pub current_initial: Option<String>,
pub current_maint: Option<String>,
pub projected_liquidity_inital_margin: Option<String>,
pub projected_overnight_initial_margin: Option<String>,
}Fields§
§prdctd_pst_xpry_mrgn_opn: Option<String>Provides a projected “at expiration” margin value based on the soon-to-expire contracts in your portfolio.
prjctd_lk_ahd_mntnnc_mrgn: Option<String>If it is 3:00 pm ET, the next calculation you’re looking ahead to is after the close, or the Overnight Initial Margin. If it’s 3:00 am ET, the next calculation will be at the market’s open.
Securities– Projected maintenance margin requirement as of next period’s margin change, in the base currency of the account.Commodities– Maintenance margin requirement as of next period’s margin change in the base currency of the account based on current margin requirements, which are subject to change. This value depends on when you are viewing your margin requirements.
prjctd_ovrnght_mntnnc_mrgn: Option<String>Overnight refers to the window of time after the local market trading day is closed.
Securities– Projected overnight maintenance margin requirement in the base currency of the account.Commodities– Overnight maintenance margin requirement in the base currency of the account based on current margin requirements, which are subject to change.
current_initial: Option<String>The minimum amount required to open a new position.
current_maint: Option<String>The amount of equity required to maintain your positions.
projected_liquidity_inital_margin: Option<String>Provides a projected “liquid” initial margin value based on account liquidation value.
projected_overnight_initial_margin: Option<String>Overnight refers to the window of time after the local market trading day is closed.
- Securities – Projected overnight initial margin requirement in the base currency of the account.
- Commodities – Overnight initial margin requirement in the base currency of the account based on current margin requirements, which are subject to change.
Trait Implementations§
Source§impl Clone for SummaryOfAccountMarginResponseSecurities
impl Clone for SummaryOfAccountMarginResponseSecurities
Source§fn clone(&self) -> SummaryOfAccountMarginResponseSecurities
fn clone(&self) -> SummaryOfAccountMarginResponseSecurities
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SummaryOfAccountMarginResponseSecurities
impl<'de> Deserialize<'de> for SummaryOfAccountMarginResponseSecurities
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SummaryOfAccountMarginResponseSecurities
impl PartialEq for SummaryOfAccountMarginResponseSecurities
Source§fn eq(&self, other: &SummaryOfAccountMarginResponseSecurities) -> bool
fn eq(&self, other: &SummaryOfAccountMarginResponseSecurities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SummaryOfAccountMarginResponseSecurities
Auto Trait Implementations§
impl Freeze for SummaryOfAccountMarginResponseSecurities
impl RefUnwindSafe for SummaryOfAccountMarginResponseSecurities
impl Send for SummaryOfAccountMarginResponseSecurities
impl Sync for SummaryOfAccountMarginResponseSecurities
impl Unpin for SummaryOfAccountMarginResponseSecurities
impl UnsafeUnpin for SummaryOfAccountMarginResponseSecurities
impl UnwindSafe for SummaryOfAccountMarginResponseSecurities
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