C# 클래스 MtGoxTrader.Model.MtGoxNetTools

파일 보기 프로젝트 열기: iamapi/MtgoxTrader

공개 메소드들

메소드 설명
DoAuthenticatedAPIPost ( string url, string apiKey, string apiSecret, string moreargs = null ) : string

Perform an authenticated post to MtGox client API

보호된 메소드들

메소드 설명
EncodeParamsToSecret ( string parameters, string apiSecret ) : string

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

메소드 상세

DoAuthenticatedAPIPost() 공개 메소드

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
리턴 string

EncodeParamsToSecret() 보호된 메소드

Get HMACSHA512 hash of specified post parameters using the apiSecret as the key
protected EncodeParamsToSecret ( string parameters, string apiSecret ) : string
parameters string
apiSecret string
리턴 string