C# 클래스 MtGoxTrader.Model.MtGoxWallet

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

공개 메소드들

메소드 설명
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

메소드 상세

MtGoxWallet() 공개 메소드

public MtGoxWallet ( ) : System
리턴 System

MtGoxWallet() 공개 메소드

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

getObjects() 공개 정적인 메소드

public static getObjects ( string jsonData ) : MtGoxWallet
jsonData string
리턴 MtGoxWallet