element <downstream>
Namespace: |
http://schema.caplin.com/CaplinTrader/rendererDefinitions |
XML Representation Summary |
<downstream
|
|
|
|
> |
|
|
</downstream>
|
Child elements (1):
-
Parent elements (1):
-
Description
A list of the transforms that are applied to downstream data when the data is displayed in a control.
Downstream data is data that is provided by a data provider, such as an 'rttpContainerGridDataProvider' or
'webServiceGridDataProvider' (see the Grid XML Configuration Reference).
Each transform in the list is defined by a <transform> tag.
name
-
Type: |
xs:string, predefined
|
Use: |
optional |
A comma separated list of the data streams that are transformed by this set of downstream transforms.
For example, name="bid,ask" would transform the 'bid' and 'ask' data streams.
This optional attribute is only required if streams are defined using the 'streams' attribute of the
<renderer> tag, and allows different transforms to be applied to each data stream.