An NDoc Documented Class Library

Storage.compileVolumes Method 

Method: compileVolumes

[Visual Basic]
Private Sub compileVolumes( _ 
   ByVal currentperiod As Integer, _ 
   ByVal mon As Long, _ 
   ByVal yr As Long, _ 
   ByVal traj As Integer, _ 
   ByVal position As Double, _ 
   ByVal gadd As Double, _ 
   ByVal gig As Double, _ 
   ByVal Type As Integer _ 
)
[C#]
private void compileVolumes(
   int currentperiod,
   long mon,
   long yr,
   int traj,
   double position,
   double gadd,
   double gig,
   int Type
);
[C++]
private: void compileVolumes(
   int currentperiod,
   __int64 mon,
   __int64 yr,
   int traj,
   double position,
   double gadd,
   double gig,
   int Type
);
[JScript]
private function compileVolumes(
   int currentperiod,
   long mon,
   long yr,
   int traj,
   double position,
   double gadd,
   double gig,
   int Type
);

Parameters

currentperiod
Current period counter
mon
Trajectory month
yr
Trajectory year
traj
Current Trajectory
position
Transacted volumes both physical and financial
gadd
Physical commodity delivered on the current date
gig
Type

Return Value

NA

Remarks

Compile the physical volumes transacted and the financial hedges traded in the bought/sold/delivered objects by trajectory and transaction month

See Also

Storage Class | CommodityStorage.Storage Namespace