GeneralOpenOrder

GeneralOpenOrder class

The class contains fields common to all open orders.

public class GeneralOpenOrder

Constructors

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

Properties

NameDescription
Currency { get; set; }Gets or sets the Currency.
Duration { get; set; }Gets or sets how long the order is good for.
FITransactionId { get; set; }Gets or sets the unique FI-assigned transaction ID.
Investment401kSource { get; set; }Gets or sets the source of money for this order for 401(k) accounts.
LimitPrice { get; set; }Gets or sets the limit price.
Memo { get; set; }Gets or sets the other information about order.
MinUnits { get; set; }Gets or sets the minimum number of units that must be filled for the order.
PlacedDate { get; set; }Gets or sets the date-time the order was placed.
Restriction { get; set; }Gets or sets the special restriction on the order.
SecurityId { get; set; }Gets or sets the SecurityId.
ServerId { get; set; }Gets or sets the unique server-assigned transaction ID.
StopPrice { get; set; }Gets or sets the stop price.
SubAccount { get; set; }Gets or sets the sub-account type.
Units { get; set; }Gets or sets the quantity of the security the open order is for.

See Also