RFA .NET Gets the marketfeed type from the "FIELD TYPE" column.
Namespace: ThomsonReuters.RFA.RDMAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public sbyte MfeedType { get; } |
Visual Basic |
---|
Public ReadOnly Property MfeedType As SByte
Get |
Visual C++ |
---|
public:
property signed char MfeedType {
signed char get ();
} |
F# |
---|
member MfeedType : sbyte
|
Field Value
The marketfeed type from the "FIELD TYPE" column of dictionary file.
Possible values are defined in
RDMFidDef..::..MarketFeedTypeEnum.
See Also