InvestmentAccountOrder
A completed investment account order.
type InvestmentAccountOrder {
amountType: InstrumentMarketOrderType!
description: String!
monetaryAmount: Money!
orderDateTime: DateTimeString!
quantity: DecimalString!
side: InstrumentOrderType!
status: InvestmentAccountOrderStatus!
}
Fields
InvestmentAccountOrder.amountType
● InstrumentMarketOrderType!
non-null enum
Whether this order was a notional (currency) or quantity-based order.
InvestmentAccountOrder.description
● String!
non-null scalar
A user-friendly description of the order.
InvestmentAccountOrder.monetaryAmount
● Money!
non-null object
The estimated monetary amount for this order. Once this order fills, the actual amount will be known.
InvestmentAccountOrder.orderDateTime
● DateTimeString!
non-null scalar
The datetime at which this order was placed.
InvestmentAccountOrder.quantity
● DecimalString!
non-null scalar
The estimated quantity of the order. Once this order fills, the actual quantity will be known.
InvestmentAccountOrder.side
● InstrumentOrderType!
non-null enum
Whether this order was a buy or a sell.
InvestmentAccountOrder.status
● InvestmentAccountOrderStatus!
non-null enum
The fulfillment status of the order.
Member of
CompletedInvestmentAccountOrdersPayload
object ● InvestmentAccountActivityPayload
object