RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Validates that ReqMsg is conformant to RDM User Guide.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte ValidateMsg( RFA_String warningText, bool isReissue ) |
Visual Basic |
---|
Public Function ValidateMsg ( _ warningText As RFA_String, _ isReissue As Boolean _ ) As Byte |
Visual C++ |
---|
public: unsigned char ValidateMsg( RFA_String^ warningText, bool isReissue ) |
F# |
---|
member ValidateMsg : warningText:RFA_String * isReissue:bool -> byte |
Parameters
- warningText
- Type: ThomsonReuters.RFA.Common..::..RFA_String
The RFA_String that can be populated with information about the message.
- isReissue
- Type: System..::..Boolean
Indiciates whether the request message is a reissue.
Return Value
Possible values are defined in MsgValidationTypeEnum.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | A Required component is missing from the message. |