| org.unizone.finance | ![]() |
org.unizone.0.5000
Instance of Type
Inheriting from Source
Known subtypes are Ticker, Portfolio, CrossCurrency, Overnight, Spot, Spread
| Type data | Value |
| org.uninode.Type.displayPattern | {att:org.unizone.source.Source.displayName} |
| org.unizone.source.Source.valueAttribute | org.unizone.finance.Index.last |
| org.uninode.Listable.resources | Reference[org.uninode.Listable.resources] of org.unizone.finance.Index |
| Attribute summary | Defined in | Uninode® Id | Properties | Default | |
| Real | closeMidnight This is the yesterday closing index. | Index | org.unizone.0.5002 | ||
| Real | high | Index | org.unizone.0.5003 | ||
| Real | last This is the index value. | Index | org.unizone.0.5001 | ||
| Real | low | Index | org.unizone.0.5004 | ||
| Reference[org.uninode.Listable.resources] | resources | Listable | org.uninode.0.2001 | type | |
| String | toString This is the display string. | Node | org.uninode.0.102 | ||
| Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
| String | uri | Node | org.uninode.0.103 | ||
| String | displayName The display name is the name that is shown in lists, displays and graphs. | Source | org.unizone.0.4001 | essential | |
| Attribute | valueAttribute The value attribute is used for determining the default value that should be used for displaying this source in a graph. | Source | org.unizone.0.4011 | type inheritValue | |
| Signature | valueType The value type determines which axes should be used in graphs. | Source | org.unizone.0.4002 | inheritValue | |
| Method summary | Defined in | Overrides | Properties | |
| void | activate | Listable | ||
| void | checkRange | Source | ||
| void | collectSteps(List steps, Dimension dimensionType) | Source | ||
| void | collectValues(List steps, List values, Type dimensionType) | Source | ||
| void | designEditor(WidgetWorkspace ws) | Listable | ||
| Real | evaluate | Source | ||
| void | generateScript(ScriptGenerationInfo info) | Source | ScriptGenerator | |
| Boolean | isResourceOf(Listable listable, Signature aspect) | Mixable | type | |
| Listable | mixOn(Mixable mix) | Mixable | ||
| Listable | mixWith(Mixable mix) | Mixable | ||
| String | resourceString | Listable | introspection | |
| Real | timeseries(Signature aspect) | Source | ||
| Signature | valueType | Source | introspection | |
| void | com.nodelab.java.source.Activate | Source | Listable | |
| Listable | com.nodelab.java.source.MixWithMi | Source | Mixable | |
| Script summary |
org.unizone.0.8560/*
constructor() {
Instrument:();
}
Symbol valueType() {
#index;
}
Array[Symbol] defaultAspects() {
#(#last, #high, #low);
}
Symbol defaultAspect() {
#last;
}
Int preferredDays() {365}
Class diagramPainter() {
if (external cond_history_resolution == #day)
DiagramPainterLineBar;
else
DiagramPainter;
}
Void activate() {
Gig gig = new Gig(ViewDiagramStandard);
gig.addSource(this);
Source src = new AdaptorAverageDay();
src.setNextSource(this);
Part part = gig.addSource(src);
part.setColor(Color.blue);
gig.activate();
}
*/
|