C# Class MtGoxTrader.Model.MtGoxWallet

Datei anzeigen Open project: iamapi/MtgoxTrader Class Usage Examples

Public Methods

Method Description
MtGoxWallet ( ) : System
MtGoxWallet ( MtGoxCurrencySymbol name, MtGoxWalletBalance balance, int Operations, MtGoxWithdrawalLimit Daily_Withdraw_Limit, MtGoxWithdrawalLimit Monthly_Withdraw_Limit, MtGoxWithdrawalLimit Max_Withdraw ) : System
getObjects ( string jsonData ) : MtGoxWallet

Method Details

MtGoxWallet() public method

public MtGoxWallet ( ) : System
return System

MtGoxWallet() public method

public MtGoxWallet ( MtGoxCurrencySymbol name, MtGoxWalletBalance balance, int Operations, MtGoxWithdrawalLimit Daily_Withdraw_Limit, MtGoxWithdrawalLimit Monthly_Withdraw_Limit, MtGoxWithdrawalLimit Max_Withdraw ) : System
name MtGoxCurrencySymbol
balance MtGoxWalletBalance
Operations int
Daily_Withdraw_Limit MtGoxWithdrawalLimit
Monthly_Withdraw_Limit MtGoxWithdrawalLimit
Max_Withdraw MtGoxWithdrawalLimit
return System

getObjects() public static method

public static getObjects ( string jsonData ) : MtGoxWallet
jsonData string
return MtGoxWallet