RFA .NET Gets or sets the interaction type.
Namespace: ThomsonReuters.RFA.MessageAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public byte InteractionType { get; set; } |
Visual Basic |
---|
Public Property InteractionType As Byte
Get
Set |
Visual C++ |
---|
public:
property unsigned char InteractionType {
unsigned char get ();
void set (unsigned char value);
} |
F# |
---|
member InteractionType : byte with get, set
|
Field Value
The interaction type, which defines the interaction behavior
Possible values are defined in
ReqMsg..::..InteractionTypeFlag.
Remarks
See Also