SellStock

SellStock class

Investment sell stock class.

public class SellStock : AbstractInvestmentSellTransaction

Constructors

NameDescription
SellStock()Initializes a new instance of SellStock class.

Properties

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

See Also