Struct plaid::holdings::Holding [−][src]
Fields
account_id: StringThe Plaid account_id associated with the holding.
security_id: StringThe Plaid security_id associated with the holding.
institution_price: f64The last price given by the institution for this security.
institution_price_as_of: Option<NaiveDate>The date at which institution_price was current.
institution_value: f64The value of the holding, as reported by the institution.
cost_basis: Option<f64>The cost basis of the holding.
quantity: f64The total quantity of the asset held, as reported by the financial institution.
iso_currency_code: Option<String>The ISO-4217 currency code of the holding. Always null if unofficial_currency_code is non-null.
unofficial_currency_code: Option<String>The unofficial currency code associated with the holding.
Trait Implementations
impl Clone for Holding[src]
impl Debug for Holding[src]
impl<'de> Deserialize<'de> for Holding[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Holding[src]
impl Send for Holding[src]
impl Sync for Holding[src]
impl Unpin for Holding[src]
impl UnwindSafe for Holding[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,