ClosureOption

ClosureOption class

Investment close a position for an option transaction class.

public class ClosureOption : AbstractInvestmentTransaction

Constructors

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

Properties

NameDescription
Gain { get; set; }Gets or sets the total gain.
InvestmentTransaction { get; set; }Gets or sets the InvestmentTransaction.
OptionAction { get; set; }Gets or sets the option action type.
RelateFITransactionID { get; set; }Gets or sets the ID of related trade.
SecurityId { get; set; }Gets or sets the SecurityId.
SharePerContract { get; set; }Gets or sets the number of shares per contract.
SubAccountSecurity { get; set; }Gets or sets the sub-account type for the security
Units { get; set; }Gets or sets the units. For security-based actions other than stock splits. Shares for stocks, mutual funds, and others. Face value for bonds. Contracts for options.

See Also