BuyStock

BuyStock class

Investment buy stock transaction class.

public class BuyStock : AbstractInvestmentBuyTransaction

Constructors

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

Properties

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

See Also