RqdAccountStatistics

Struct RqdAccountStatistics 

Source
pub struct RqdAccountStatistics {
Show 47 fields pub account_number: String, pub available_cash_balance: Option<Decimal>, pub account_type: Option<String>, pub overnight_buying_power: Option<Decimal>, pub cash_available_for_withdrawal: Option<Decimal>, pub cumulative_day_trade_pnl: Option<Decimal>, pub is_day_trader: Option<String>, pub day_trading_buying_power: Option<Decimal>, pub day_trading_margin_call_amount: Option<Decimal>, pub day_trading_buying_power_high_water_mark: Option<Decimal>, pub start_of_day_day_trading_buying_power: Option<Decimal>, pub day_trading_buying_power_maintenance_margin_multiplier: Option<Decimal>, pub day_trading_minimum_equity_margin_call_amount: Option<Decimal>, pub day_trading_house_minimum_equity_margin_call_amount: Option<Decimal>, pub total_equity: Option<Decimal>, pub house_margin_requirement_adjustment_factor: Option<Decimal>, pub margin_call_amount: Option<Decimal>, pub maintenance_margin_requirement: Option<Decimal>, pub excess_sma_amount: Option<Decimal>, pub reg_t_margin_call_amount: Option<Decimal>, pub reg_t_initial_margin_requirement: Option<Decimal>, pub house_initial_margin_requirement_adjustment_factor: Option<Decimal>, pub house_margin_call_amount: Option<Decimal>, pub house_margin_requirement: Option<Decimal>, pub trade_date_total_long_market_value: Option<Decimal>, pub market_value_adjustment_factor: Option<Decimal>, pub marginable_equity: Option<Decimal>, pub trade_date_option_long_market_value: Option<Decimal>, pub number_open_day_trading_margin_calls: Option<Decimal>, pub start_of_day_day_trading_buying_power_margin_call_amount: Option<Decimal>, pub start_of_day_maintenance_margin_call_amount: Option<Decimal>, pub start_of_day_reg_t_margin_call_amount: Option<Decimal>, pub start_of_day_house_margin_call_amount: Option<Decimal>, pub usable_sma_balance: Option<Decimal>, pub option_only_maintenance_margin_requirement: Option<Decimal>, pub option_trade_date_short_market_value: Option<Decimal>, pub reg_t_maintenance_margin_requirement_adjustment_factor: Option<String>, pub strategy_based_relief_adjustment_factor: Option<Decimal>, pub settlement_date_cash_balance: Option<Decimal>, pub settlement_date_long_market_value: Option<Decimal>, pub settlement_date_option_long_market_value: Option<Decimal>, pub settlement_date_option_short_market_value: Option<Decimal>, pub settlement_date_short_market_value: Option<Decimal>, pub overall_current_sma_balance: Option<Decimal>, pub trade_date_total_short_market_value: Option<Decimal>, pub as_of_date: Option<String>, pub trade_date_cash_balance: Option<Decimal>,
}

Fields§

§account_number: String§available_cash_balance: Option<Decimal>§account_type: Option<String>§overnight_buying_power: Option<Decimal>§cash_available_for_withdrawal: Option<Decimal>§cumulative_day_trade_pnl: Option<Decimal>§is_day_trader: Option<String>§day_trading_buying_power: Option<Decimal>§day_trading_margin_call_amount: Option<Decimal>§day_trading_buying_power_high_water_mark: Option<Decimal>§start_of_day_day_trading_buying_power: Option<Decimal>§day_trading_buying_power_maintenance_margin_multiplier: Option<Decimal>§day_trading_minimum_equity_margin_call_amount: Option<Decimal>§day_trading_house_minimum_equity_margin_call_amount: Option<Decimal>§total_equity: Option<Decimal>§house_margin_requirement_adjustment_factor: Option<Decimal>§margin_call_amount: Option<Decimal>§maintenance_margin_requirement: Option<Decimal>§excess_sma_amount: Option<Decimal>§reg_t_margin_call_amount: Option<Decimal>§reg_t_initial_margin_requirement: Option<Decimal>§house_initial_margin_requirement_adjustment_factor: Option<Decimal>§house_margin_call_amount: Option<Decimal>§house_margin_requirement: Option<Decimal>§trade_date_total_long_market_value: Option<Decimal>§market_value_adjustment_factor: Option<Decimal>§marginable_equity: Option<Decimal>§trade_date_option_long_market_value: Option<Decimal>§number_open_day_trading_margin_calls: Option<Decimal>§start_of_day_day_trading_buying_power_margin_call_amount: Option<Decimal>§start_of_day_maintenance_margin_call_amount: Option<Decimal>§start_of_day_reg_t_margin_call_amount: Option<Decimal>§start_of_day_house_margin_call_amount: Option<Decimal>§usable_sma_balance: Option<Decimal>§option_only_maintenance_margin_requirement: Option<Decimal>§option_trade_date_short_market_value: Option<Decimal>§reg_t_maintenance_margin_requirement_adjustment_factor: Option<String>§strategy_based_relief_adjustment_factor: Option<Decimal>§settlement_date_cash_balance: Option<Decimal>§settlement_date_long_market_value: Option<Decimal>§settlement_date_option_long_market_value: Option<Decimal>§settlement_date_option_short_market_value: Option<Decimal>§settlement_date_short_market_value: Option<Decimal>§overall_current_sma_balance: Option<Decimal>§trade_date_total_short_market_value: Option<Decimal>§as_of_date: Option<String>§trade_date_cash_balance: Option<Decimal>

Trait Implementations§

Source§

impl Clone for RqdAccountStatistics

Source§

fn clone(&self) -> RqdAccountStatistics

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for RqdAccountStatistics

Source§

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

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

impl<'de> Deserialize<'de> for RqdAccountStatistics

Source§

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

Deserialize this value from the given Serde deserializer. Read more
Source§

impl JsonSchema for RqdAccountStatistics

Source§

fn schema_name() -> String

The name of the generated JSON Schema. Read more
Source§

fn schema_id() -> Cow<'static, str>

Returns a string that uniquely identifies the schema produced by this type. Read more
Source§

fn json_schema(generator: &mut SchemaGenerator) -> Schema

Generates a JSON Schema for this type. Read more
Source§

fn is_referenceable() -> bool

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more
Source§

impl Serialize for RqdAccountStatistics

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. 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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> DynClone for T
where T: Clone,

Source§

fn __clone_box(&self, _: Private) -> *mut ()

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> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

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

Source§

type Error = Infallible

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

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

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

Source§

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

Source§

impl<T> ErasedDestructor for T
where T: 'static,