Description
TestActionReport <EP> is used to report the testing results of the identified test suite that has been executed with TestActionRequest <EN>. In the context of algorithmic trading, the results may be used to create a certificate for the algorithm upon meeting the success criteria.
TestActionReport <EP> may be sent in an unsolicited manner when the execution of a test suite successfully completes or abnormally terminates.
Structure
Tag | Field Name | Req'd | Comments | |
---|---|---|---|---|
Component Block - <StandardHeader> | Y |
MsgType=EP |
||
3071 | TestActionReportID | Y |
Identifier of report assigned by report initiator. |
|
3062 | TestSuiteRequestID | Y |
Use to identify the test suite. |
|
Component Block - <StrategyParametersGrp> | N | |||
Component Block - <AlgoSystemModuleGrp> | N | |||
Component Block - <TestScenarioGrp> | N | |||
3070 | TestSuiteStatus | N |
Overall status across all individual test scenarios defined in TestScenarioGrp. |
|
58 | Text | N | ||
354 | EncodedTextLen | N |
Must be set if EncodedText <355> field is specified and must immediately precede it. |
|
355 | EncodedText | N |
Encoded (non-ASCII characters) representation of the Text <58> field in the encoded format specified via the MessageEncoding <347> field. |
|
Component Block - <StandardTrailer> | Y |