TotalPaymentsDeposited
From The Contingency Market
Contents |
TotalPaymentsDeposited(ulSessionID,uSequenceID,sIntegrity)
The total amount deposited in favour of the authenticated agent.
PARAMETERS
-
ulong ulSessionID - ID of authenticated session.
-
uint uSequenceID - Sequence number.
-
string sIntegrity -
md5("ipaddr(sid,seq)->TotalPaymentsDeposited()/secret")
RETURNS
double
-
double - total deposited.
FAULTS
Session.
TEST
TotalPaymentsDeposited() currently returns: 'System.Web.Services.Protocols.SoapException: BREAK:Sequence mismatch - confidence lost
at ContingencyMarket.ContingencyMarketAccess.RetrieveSession(ISessionCall iSessionCall) in C:\Crosbie\Work\Digital Productions Ltd\Digital Productions\Contingency Engine\ContingencyMarketAccess.cs:line 264 at ContingencyMarketService.SessionManager.Retrieve(ISessionCall iSessionCall) in http://server/api/App_Code/SessionManager.cs:line 106 at ContingencyMarketService.Service.ValidateCall(UInt64 ulSessionID, UInt32 uSequenceID, String sIntegrity, String sIntegrityCheck) in http://server/api/App_Code/Service.cs:line 43 at ContingencyMarketService.Service.TotalPaymentsDeposited(UInt64 ulSessionID, UInt32 uSequenceID, String sIntegrity, String sAgentID) in http://server/api/App_Code/Service.cs:line 2443'.

