C# Class MtGoxTrader.Model.MtGoxHistoryItem

Datei anzeigen Open project: iamapi/MtgoxTrader Class Usage Examples

Public Methods

Method Description
MtGoxHistoryItem ( ) : System
getObjects ( string jsonDataStr ) : MtGoxHistoryItem

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

Private Methods

Method Description
BuildWallet ( string walletName, dynamic obj ) : MtGoxWallet

Helper method to build wallet objects

Method Details

MtGoxHistoryItem() public method

public MtGoxHistoryItem ( ) : System
return System

getObjects() public static method

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