GeneralOpenOrder class

GeneralOpenOrder class

The class contains fields common to all open orders.

The GeneralOpenOrder type exposes the following members:

Constructors

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

Properties

PropertyDescription
fi_transaction_idGets or sets the unique FI-assigned transaction ID.
server_idGets or sets the unique server-assigned transaction ID.
security_idGets or sets the GeneralOpenOrder.security_id.
placed_dateGets or sets the date-time the order was placed.
unitsGets or sets the quantity of the security the open order is for.
sub_accountGets or sets the sub-account type.
durationGets or sets how long the order is good for.
restrictionGets or sets the special restriction on the order.
min_unitsGets or sets the minimum number of units that must be filled for the order.
limit_priceGets or sets the limit price.
stop_priceGets or sets the stop price.
memoGets or sets the other information about order.
currencyGets or sets the GeneralOpenOrder.currency.
investment_401k_sourceGets or sets the source of money for this order for 401(k) accounts.

See Also