Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Security resolution logic for warehouse objects is carried out within the stored procedure PACE_MASTERDBO.ESTAR_STD_INTERFACES.RETURN_XREF_SECALIAS_GEN 
The resolution of security is controlled by Batting OrderBatting Order works . Batting Order works for Warehouse objects exactly in the same way as it does for for Reference objects:.

Include Page
Batting Order Specifics
Batting Order Specifics

Asset Resolution Options

Resolve Primary by Security Alias for Warehouse Trade Interface

  1. RESOLVE_PRIMARY is used to resolve primaryAssetId; this can be useful to validate securityAlias

Code Block
<assetResolutionOption>RESOLVE_PRIMARY</assetResolutionOption>
  1. SKIP is used to use securityAlias passed from incoming data without resolution

Code Block
<assetResolutionOption>SKIP</assetResolutionOption>

Both options allow to load trades via warehouseTrade object using only securityAlias.