BuyOption

BuyOption class

Investment buy option transaction class.

public class BuyOption : AbstractInvestmentBuyTransaction

Constructors

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

Properties

Name Description
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