SellStock

SellStock class

Investment sell stock class.

public class SellStock : AbstractInvestmentSellTransaction

Constructors

Name Description
SellStock() Initializes a new instance of SellStock class.

Properties

Name Description
InvestmentSell { get; set; } Gets or sets the InvestmentSell.
SellType { get; set; } Gets or sets the sell type.

See Also