Warehouse Pending Trade Inbound Interface
Warehouse Pending Trade cannot be loaded into DB without an already existing TRADE record in it. Load a Warehouse Trade message and use its identifiers.
Overview
Warehouse Pending Trade inbound interface is designed to load and update data in TRADESDBO.PENDING_TRADES database table.
Incoming message format: EagleML (warehousePendingTrade complex type).
Stream Logic
EagleML Processing Sequence
Warehouse Pending Trade is loaded into DB via eagle_ml-2-0_default_in_xml_warehouse_preproc in two steps:
XSLT transformation. XSLT rule 'eagle_default/in/xml/xslt/wrh_egl_gen_interface3.xsl' is used.
Loading data into the database. The 'eagle_default/in/xml/xml-warehouse_v2.xml' rule is used.
To load or update data in Warehouse Pending Trade database tables send an EagleML message into the eagle_ml-2-0_default_in_xml_warehouse_preproc stream.
Security Resolution Logic
<securityAlias> should not be specified in the incoming EagleML message.
Refer to Security Resolution for Warehouse Objects
Entity Resolution Logic
Refer to Entity Resolution for Warehouse Objects