Data Access Interfaces

Overview

TIBCO Order Management - Low Latency exposes to access or update the user-defined field data during order fulfillment.

The following are the interfaces:
  1. GetPlan - to get the User Defined Fields data of the execution plan associated with an order. This can also include the User Defined Fields data of all comprising plan items.
  2. GetPlanItems - to get the User Defined Fields data of the specific plan items passed in the request.
  3. SetPlan - to update or replace the User Defined Fields data of the execution plan associated with an order. This can also include the User Defined Fields data of one or more comprising plan items.
  4. SetPlanItem - to update/replace the User Defined Fields data of a specific plan item passed in the request.