View Source ExTrade.Accounts.PositionLot (ExTrade v0.0.1)
A struct representing an E*TRADE PositionLot model.
Note: Keys have been re-formatted for snake_casing
. In some instances, they have also been updated for clarity and consistency.
Link to this section Summary
Link to this section Types
@type t() :: %ExTrade.Accounts.PositionLot{ acquired_date: term(), adjusted_premium: term(), adjusted_price: term(), available_qty: term(), commissions_per_share: term(), days_gain: term(), days_gain_percent: term(), exchange_rate: term(), fees_per_share: term(), leg_number: term(), location_code: term(), lot_source_code: term(), market_value: term(), order_number: term(), original_qty: term(), payment_currency: term(), position_id: term(), position_lot_id: term(), price: term(), remaining_qty: term(), settlement_currency: term(), short_type: term(), term_code: term(), total_cost: term(), total_cost_for_percent: term(), total_gain: term() }