RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Gets or sets the payload data.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Data Payload { get; set; } |
Visual Basic |
---|
Public Property Payload As Data Get Set |
Visual C++ |
---|
public: property Data^ Payload { Data^ get (); void set (Data^ value); } |
F# |
---|
member Payload : Data with get, set |
Field Value
The payload data associated with the AckMsg.
Remarks
The Payload is optional and its presence is hinted by
AckMsg.HintMaskFlag.Payload.
The AckMsg does not allow setting of Msg as its Payload.
Exceptions
Exception | Condition |
---|---|
ThomsonReuters.RFA.Common..::..InvalidUsageException | Invalid usage. |