pub struct SummaryOfAccountBalancesResponseSecurities {
pub mtd_interest: Option<String>,
pub pndng_dbt_crd_chrgs: Option<String>,
pub prvs_dy_eqty_wth_ln_vl: Option<String>,
pub cash: Option<String>,
pub equity_with_loan: Option<String>,
pub net_liquidation: Option<String>,
pub sec_gross_pos_val: Option<String>,
}Expand description
Contains Security-specific balance details.
Fields§
§mtd_interest: Option<String>Total Month-to-date interest.
pndng_dbt_crd_chrgs: Option<String>Any pending charges for the IBKR debit account.
prvs_dy_eqty_wth_ln_vl: Option<String>The accounts equity balance including loan value.
cash: Option<String>Total cash balance in the account
equity_with_loan: Option<String>Cash AccountsSettled cashMargin AccountsTotal cash value + stock value + bond value + fund value + European & Asian options value.
net_liquidation: Option<String>The basis for determining the price of the assets in your account.
sec_gross_pos_val: Option<String>Equals the sum of the absolute value of all positions except cash, index futures and US treasuries.
Trait Implementations§
Source§impl Clone for SummaryOfAccountBalancesResponseSecurities
impl Clone for SummaryOfAccountBalancesResponseSecurities
Source§fn clone(&self) -> SummaryOfAccountBalancesResponseSecurities
fn clone(&self) -> SummaryOfAccountBalancesResponseSecurities
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 SummaryOfAccountBalancesResponseSecurities
impl<'de> Deserialize<'de> for SummaryOfAccountBalancesResponseSecurities
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 SummaryOfAccountBalancesResponseSecurities
impl PartialEq for SummaryOfAccountBalancesResponseSecurities
Source§fn eq(&self, other: &SummaryOfAccountBalancesResponseSecurities) -> bool
fn eq(&self, other: &SummaryOfAccountBalancesResponseSecurities) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SummaryOfAccountBalancesResponseSecurities
Auto Trait Implementations§
impl Freeze for SummaryOfAccountBalancesResponseSecurities
impl RefUnwindSafe for SummaryOfAccountBalancesResponseSecurities
impl Send for SummaryOfAccountBalancesResponseSecurities
impl Sync for SummaryOfAccountBalancesResponseSecurities
impl Unpin for SummaryOfAccountBalancesResponseSecurities
impl UnsafeUnpin for SummaryOfAccountBalancesResponseSecurities
impl UnwindSafe for SummaryOfAccountBalancesResponseSecurities
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