BuyOption

BuyOption class

Investment buy option transaction class.

public class BuyOption : AbstractInvestmentBuyTransaction

Constructors

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

Properties

NameDescription
InvestmentBuy { get; set; }Gets or sets the InvestmentBuy.
OptionBuyType { get; set; }Gets or sets the option buy type.
SharePerContract { get; set; }Gets or sets the number of shares per contract.

See Also