An NDoc Documented Class Library

Storage.trajectorycurve.Price Field

name="Price" Prices array across all contract expirations array.

[Visual Basic]
Public Price As Double()
[C#]
public double[] Price;
[C++]
public: double Price __gc[];
[JScript]
public var Price: double[];

See Also

Storage.trajectorycurve Structure | CommodityStorage.Storage Namespace