Searches for exchange orders using the given details to filter and returns a list of the found orders.
Request to search for orders filtered using the given details.
Fully qualified resource account names to filter upon (ie: "firms/[firmid]/accounts/[accountid]").
Client account ID to filter upon.
Client participant ID to filter upon.
Client assigned order ID to filter upon.
Client assigned Order Cross ID.
End time for the orders to be fetched.
Date represents a whole or partial calendar date.
Exchange generated Host Cross ID.
Exchange assigned order ID of the order to filter upon.
OrderStateFilter describes a filter for searching orders that are open or closed.
ORDER_STATE_FILTER_UNDEFINED, ORDER_STATE_FILTER_OPEN, ORDER_STATE_FILTER_CLOSED, ORDER_STATE_FILTER_NEW, ORDER_STATE_FILTER_PARTIALLY_FILLED, ORDER_STATE_FILTER_FILLED, ORDER_STATE_FILTER_CANCELED, ORDER_STATE_FILTER_REPLACED, ORDER_STATE_FILTER_REJECTED, ORDER_STATE_FILTER_EXPIRED, ORDER_STATE_FILTER_PENDING_RISK The maximum number of orders to return in a response. This field is optional.
A pagination token returned from a previous call to SearchOrdersRequest.
that indicates where this listing should continue from.
This field is optional.
Parent order ID to filter upon.
Side indicates the side of an Order.
SIDE_UNDEFINED, SIDE_BUY, SIDE_SELL Start time for the orders to be fetched.
Date represents a whole or partial calendar date.
Instrument symbol to filter upon.
Symbol sub type to filter upon.
OrderType indicates the type of an order.
ORDER_TYPE_UNDEFINED, ORDER_TYPE_MARKET_TO_LIMIT, ORDER_TYPE_LIMIT, ORDER_TYPE_STOP, ORDER_TYPE_STOP_LIMIT When true indicates that the response should also return the last execution created that is associated with the matched orders.
A successful response.
The list of last executions associated with the returned orders. Will be empty unless with_last_execution is set to true in the request.
A pagination token returned from a previous call to SearchOrders.
that indicates from where listing should continue.
This field is optional.
List of orders found.