Struct ib_client::models::performance_nav::PerformanceNav[][src]

pub struct PerformanceNav {
    pub dates: Option<Vec<String>>,
    pub freq: Option<String>,
    pub data: Option<Vec<PerformanceCpsData>>,
}

PerformanceNav : Net asset value data for the account or consolidated accounts. NAV data is not applicable to benchmarks.

Fields

dates: Option<Vec<String>>

array of dates, the length should be same as the length of returns inside data.

freq: Option<String>

D means Day

data: Option<Vec<PerformanceCpsData>>

Implementations

impl PerformanceNav[src]

pub fn new() -> PerformanceNav[src]

Net asset value data for the account or consolidated accounts. NAV data is not applicable to benchmarks.

Trait Implementations

impl Clone for PerformanceNav[src]

impl Debug for PerformanceNav[src]

impl<'de> Deserialize<'de> for PerformanceNav[src]

impl PartialEq<PerformanceNav> for PerformanceNav[src]

impl Serialize for PerformanceNav[src]

impl StructuralPartialEq for PerformanceNav[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.