PendingInvestmentAccountOrder
A pending investment account order.
type PendingInvestmentAccountOrder {
amountType: InstrumentMarketOrderType!
description: String!
estimatedMonetaryAmount: Money!
estimatedQuantity: DecimalString!
orderDateTime: DateTimeString!
side: InstrumentOrderType!
}
Fields
PendingInvestmentAccountOrder.amountType ● InstrumentMarketOrderType! non-null enum
Whether this order was for a monetary amount (notional) or a certain quantity of shares.
PendingInvestmentAccountOrder.description ● String! non-null scalar
A user-friendly description of the order.
PendingInvestmentAccountOrder.estimatedMonetaryAmount ● Money! non-null object
The estimated monetary amount for this order. Once this order fills, the actual amount will be known.
PendingInvestmentAccountOrder.estimatedQuantity ● DecimalString! non-null scalar
The estimated quantity of the order. Once this order fills, the actual quantity will be known.
PendingInvestmentAccountOrder.orderDateTime ● DateTimeString! non-null scalar
The datetime at which this order was placed.
PendingInvestmentAccountOrder.side ● InstrumentOrderType! non-null enum
Whether this order was a buy or a sell.