C# 클래스 MtGoxTrader.Model.MtGoxHistoryItem

파일 보기 프로젝트 열기: iamapi/MtgoxTrader 1 사용 예제들

공개 메소드들

메소드 설명
MtGoxHistoryItem ( ) : System
getObjects ( string jsonDataStr ) : MtGoxHistoryItem

Parse the JSON data returned by the 0/info.php method

비공개 메소드들

메소드 설명
BuildWallet ( string walletName, dynamic obj ) : MtGoxWallet

Helper method to build wallet objects

메소드 상세

MtGoxHistoryItem() 공개 메소드

public MtGoxHistoryItem ( ) : System
리턴 System

getObjects() 공개 정적인 메소드

Parse the JSON data returned by the 0/info.php method
public static getObjects ( string jsonDataStr ) : MtGoxHistoryItem
jsonDataStr string
리턴 MtGoxHistoryItem