C# Class MtGoxTrader.Model.MtGoxNetTools

Afficher le fichier Open project: iamapi/MtgoxTrader

Méthodes publiques

Méthode Description
DoAuthenticatedAPIPost ( string url, string apiKey, string apiSecret, string moreargs = null ) : string

Perform an authenticated post to MtGox client API

Méthodes protégées

Méthode Description
EncodeParamsToSecret ( string parameters, string apiSecret ) : string

Get HMACSHA512 hash of specified post parameters using the apiSecret as the key

Method Details

DoAuthenticatedAPIPost() public méthode

Perform an authenticated post to MtGox client API
public DoAuthenticatedAPIPost ( string url, string apiKey, string apiSecret, string moreargs = null ) : string
url string
apiKey string
apiSecret string
moreargs string
Résultat string

EncodeParamsToSecret() protected méthode

Get HMACSHA512 hash of specified post parameters using the apiSecret as the key
protected EncodeParamsToSecret ( string parameters, string apiSecret ) : string
parameters string
apiSecret string
Résultat string