Skip to main content
Version: 8.6.9.2

SRRiskGroupAllocationStatus

V8 Message Definiton

METADATA

AttributeValue
Topic3695-order-allocation
MLink TokenClientTrading
ProductSRTrade
accessTypeSELECT
MLink EndpointMLink-Order

Table Definition

FieldTypeKeyDefault ValueComment
riskGroupIdCHAR(19)PRI'0000-0000-0000-0000'all orders sharing this riskGroupId share a common set of risk counters
omniAccntVARCHAR(16)PRI''omnibus accnt SR accnt
omniCFirmVARCHAR(16)PRI''SR client firm
tradeDateDATE'1900-01-01'trading date of the instruction
allocStatusenum - AllocStatus'None'
allocDetailTEXT''
numParentAllocationsINT0parent allocations materialized from this instruction
numParentsINT0parent orders seen carrying this riskGroupId this trading period
numOpenParentsINT0of those not yet terminal allocated
allocMoneyDOUBLE0money moved by allocations materialized from this instruction
modifiedByVARCHAR(24)''user who last modified this record
modifiedInenum - SysEnvironment'None'
timestampDATETIME(6)'1900-01-01 00:00:00.000000'timestamp of last modification

PRIMARY KEY DEFINITION (Unique)

FieldSequence
riskGroupId1
omniAccnt2
omniCFirm3

SELECT TABLE EXAMPLE QUERY

SELECT *
FROM `SRTrade`.`MsgSRRiskGroupAllocationStatus`
WHERE
/* Replace with a CHAR(19) */
`riskGroupId` = 'Example_riskGroupId'
AND
/* Replace with a VARCHAR(16) */
`omniAccnt` = 'Example_omniAccnt'
AND
/* Replace with a VARCHAR(16) */
`omniCFirm` = 'Example_omniCFirm';

Doc Columns Query

SELECT * FROM SRTrade.doccolumns WHERE TABLE_NAME='SRRiskGroupAllocationStatus' ORDER BY ordinal_position ASC;