[][src]Struct ib::models::AllocationInnerAssetClassLong

pub struct AllocationInnerAssetClassLong { /* fields omitted */ }

Methods

impl AllocationInnerAssetClassLong
[src]

pub fn new() -> AllocationInnerAssetClassLong
[src]

long positions allocation

pub fn set_STK(&mut self, STK: f32)
[src]

pub fn with_STK(self, STK: f32) -> AllocationInnerAssetClassLong
[src]

pub fn STK(&self) -> Option<&f32>
[src]

pub fn reset_STK(&mut self)
[src]

pub fn set_OPT(&mut self, OPT: f32)
[src]

pub fn with_OPT(self, OPT: f32) -> AllocationInnerAssetClassLong
[src]

pub fn OPT(&self) -> Option<&f32>
[src]

pub fn reset_OPT(&mut self)
[src]

pub fn set_FUT(&mut self, FUT: f32)
[src]

pub fn with_FUT(self, FUT: f32) -> AllocationInnerAssetClassLong
[src]

pub fn FUT(&self) -> Option<&f32>
[src]

pub fn reset_FUT(&mut self)
[src]

pub fn set_WAR(&mut self, WAR: f32)
[src]

pub fn with_WAR(self, WAR: f32) -> AllocationInnerAssetClassLong
[src]

pub fn WAR(&self) -> Option<&f32>
[src]

pub fn reset_WAR(&mut self)
[src]

pub fn set_BOND(&mut self, BOND: f32)
[src]

pub fn with_BOND(self, BOND: f32) -> AllocationInnerAssetClassLong
[src]

pub fn BOND(&self) -> Option<&f32>
[src]

pub fn reset_BOND(&mut self)
[src]

pub fn set_CASH(&mut self, CASH: f32)
[src]

pub fn with_CASH(self, CASH: f32) -> AllocationInnerAssetClassLong
[src]

pub fn CASH(&self) -> Option<&f32>
[src]

pub fn reset_CASH(&mut self)
[src]

Trait Implementations

impl Debug for AllocationInnerAssetClassLong
[src]

impl Serialize for AllocationInnerAssetClassLong
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

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