 | AccountPositionProductId Property |
Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.
Gets or sets the product information for this position.
Namespace: ETradeNet.Accounts.Positions.DataAssembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntaxpublic ProductId ProductId { get; set; }
Public Property ProductId As ProductId
Get
Set
public:
property ProductId^ ProductId {
ProductId^ get ();
void set (ProductId^ value);
}
member ProductId : ProductId with get, set
Property Value
Type:
ProductIdContainer for product information for this position.
See Also