Method: monthly volumes
[Visual Basic] Private Sub monthlyvolumes( _ ByVal period As Long, _ ByVal contractdate As Date, _ ByVal enddate As Date, _ ByRef mmwq As Double, _ ByRef mmiq As Double _ ) [C#] private void monthlyvolumes( long period, DateTime contractdate, DateTime enddate, ref double mmwq, ref double mmiq ); [C++] private: void monthlyvolumes( __int64 period, DateTime contractdate, DateTime enddate, * double mmwq, * double mmiq ); [JScript] private function monthlyvolumes( long period, DateTime contractdate, DateTime enddate, double mmwq, double mmiq );
NA
calculates the allowable flow volume for the contract from the contractdate to the enddate under the gas available for deliver, gas in ground, maximum storage quantity, and daily ratchets. TODO: add volumetric calculations based on gas in ground
Storage Class | CommodityStorage.Storage Namespace