pub struct AccountLedger {Show 21 fields
pub commoditymarketvalue: Decimal,
pub futuremarketvalue: Decimal,
pub settledcash: Decimal,
pub exchangerate: Decimal,
pub sessionid: Decimal,
pub cashbalance: Decimal,
pub corporatebondsmarketvalue: Decimal,
pub warrantsmarketvalue: Decimal,
pub netliquidationvalue: Decimal,
pub interest: Decimal,
pub unrealizedpnl: Decimal,
pub stockmarketvalue: Decimal,
pub moneyfunds: Decimal,
pub currency: String,
pub realizedpnl: Decimal,
pub funds: Decimal,
pub acctcode: String,
pub issueroptionsmarketvalue: Decimal,
pub key: String,
pub timestamp: DateTime<Utc>,
pub severity: Decimal,
}
Fields§
§commoditymarketvalue: Decimal
§futuremarketvalue: Decimal
§settledcash: Decimal
§exchangerate: Decimal
§sessionid: Decimal
§cashbalance: Decimal
§corporatebondsmarketvalue: Decimal
§warrantsmarketvalue: Decimal
§netliquidationvalue: Decimal
§interest: Decimal
§unrealizedpnl: Decimal
§stockmarketvalue: Decimal
§moneyfunds: Decimal
§currency: String
§realizedpnl: Decimal
§funds: Decimal
§acctcode: String
§issueroptionsmarketvalue: Decimal
§key: String
§timestamp: DateTime<Utc>
§severity: Decimal
Trait Implementations§
Source§impl Debug for AccountLedger
impl Debug for AccountLedger
Source§impl Default for AccountLedger
impl Default for AccountLedger
Source§fn default() -> AccountLedger
fn default() -> AccountLedger
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountLedgerwhere
AccountLedger: Default,
impl<'de> Deserialize<'de> for AccountLedgerwhere
AccountLedger: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
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§
impl Freeze for AccountLedger
impl RefUnwindSafe for AccountLedger
impl Send for AccountLedger
impl Sync for AccountLedger
impl Unpin for AccountLedger
impl UnwindSafe for AccountLedger
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