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. |