BuyStock

BuyStock class

Investment buy stock transaction class.

public class BuyStock : AbstractInvestmentBuyTransaction

Constructors

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

Properties

Name Description
BuyType { get; set; } Gets or sets the type of purchase.
InvestmentBuy { get; set; } Gets or sets the InvestmentBuy.

See Also