Skip to main content

Position

Struct Position 

Source
pub struct Position {
Show 17 fields pub asset_id: String, pub symbol: String, pub exchange: String, pub asset_class: String, pub avg_entry_price: String, pub qty: String, pub qty_available: String, pub side: String, pub market_value: String, pub cost_basis: String, pub unrealized_pl: String, pub unrealized_plpc: String, pub unrealized_intraday_pl: String, pub unrealized_intraday_plpc: String, pub current_price: String, pub lastday_price: String, pub change_today: String,
}

Fields§

§asset_id: String§symbol: String§exchange: String§asset_class: String§avg_entry_price: String§qty: String§qty_available: String§side: String§market_value: String§cost_basis: String§unrealized_pl: String§unrealized_plpc: String§unrealized_intraday_pl: String§unrealized_intraday_plpc: String§current_price: String§lastday_price: String§change_today: String

Trait Implementations§

Source§

impl Debug for Position

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for Position

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

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

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = !

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, !>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

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

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V