element <upstream>
Namespace:
http://schema.caplin.com/CaplinTrader/rendererDefinitions
XML Representation Summary
<upstream
   
 = 
xs:string
    >
   
Content: 
transform+
</upstream>
Child elements (1):
Parent elements (1):
Description
A list of the transforms that are applied to upstream data when the data is displayed in a control. Upstream data is data that is provided by the end user, such as when data is typed into a control in a column header to filter the instruments in a Grid. Each transform in the list is defined by a <transform> tag.
Attribute Detail
name
Type:
xs:string, predefined
Use:
optional
A comma separated list of the data streams that are transformed by this set of upstream 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.