pub struct NetStockPosition {
pub account_id: String,
pub asset_category: AssetCategory,
pub conid: u32,
pub currency: Currency,
pub listing_exchange: String,
pub net_shares: f64,
pub ticker: String,
}Fields§
§account_id: String§asset_category: AssetCategory§conid: u32§currency: Currency§listing_exchange: String§ticker: StringTrait Implementations§
Source§impl Debug for NetStockPosition
impl Debug for NetStockPosition
Source§impl PartialEq for NetStockPosition
impl PartialEq for NetStockPosition
Source§impl StatementSection for NetStockPosition
impl StatementSection for NetStockPosition
fn from_node(node: &NodeWrapper<'_>) -> Result<NetStockPosition>
impl StructuralPartialEq for NetStockPosition
Auto Trait Implementations§
impl Freeze for NetStockPosition
impl RefUnwindSafe for NetStockPosition
impl Send for NetStockPosition
impl Sync for NetStockPosition
impl Unpin for NetStockPosition
impl UnwindSafe for NetStockPosition
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