| AccountPosition Class |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Namespace: ETradeNet.Accounts.Positions.Data
The AccountPosition type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountPosition | Initializes a new instance of the AccountPosition class |
| Name | Description | |
|---|---|---|
| AdjustedOption |
Gets or sets the value indicating whether the option has been adjusted.
| |
| ClosePrice |
Gets or sets the previous day's closing price.
| |
| CostBasis |
Gets or sets the amount the user paid for this position.
| |
| CurrentPrice |
Gets or sets the current market price (last sale price).
| |
| DeliverableStr |
Gets or sets the display-formatted product identifier. For equities, this is a symbol; for options, this is a string containing symbol, "call" or "put", strike price, and expiration date.
| |
| Description |
Gets or sets the text description of the position.
| |
| LongOrShort |
Gets or sets the value indicating whether the position is long or short.
| |
| Marginable |
Gets or sets the value indicating whether the position counts toward your margin.
| |
| MarketValue |
Gets or sets the value of a position, based on the quantity and previous day's closing price.
| |
| ProductId |
Gets or sets the product information for this position.
| |
| Qty |
Gets or sets the number of shares held in this position. May include fractional shares.
| |
| QuoteType |
Gets or sets the expiry type, if the product is an option.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |