EMA C++ RDM Usage Guide : Appendix A ReqMsg Payload : A.3 Symbol List Behaviors : A.3.2 Contents of :SymbolListBehaviors
 
A.3.2 Contents of :SymbolListBehaviors
The following is the contents of the :SymbolListBehaviors element entry.
 
Table 77: :SymbolListBehaviors ElementEntry Contents  
ELEMENT NAME
TYPE
RANGE
DESCRIPTION
:DataStreams
UInt
0 - 2
Indicates whether the consumer wants the individual items of the symbol list to be opened as streaming or non-streaming or not opened at all. For more information refer to the Enterprise Message API C++ Edition Developers Guide.
:DataStreams uses the following bit-masks:
0x0: The consumer is interested only in getting the names and no data on the individual items of the symbol list. This is the default behavior.
0x1: The consumer is interested in getting the individual items of the symbol list opened as streaming.
0x2: The consumer is interested in getting the individual items of the symbol list opened as snap-shots.