C# Class MtGoxTrader.Model.MtGoxWallet

Afficher le fichier Open project: iamapi/MtgoxTrader Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public MtGoxWallet ( ) : System
Résultat System

MtGoxWallet() public méthode

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
Résultat System

getObjects() public static méthode

public static getObjects ( string jsonData ) : MtGoxWallet
jsonData string
Résultat MtGoxWallet