C# Class MtGoxTrader.Model.MtGoxWalletBalance

Show file Open project: iamapi/MtgoxTrader Class Usage Examples

Public Properties

Property Type Description
currency MtGoxCurrencySymbol
display string
value double
value_int System.Int64

Public Methods

Method Description
MtGoxWalletBalance ( ) : System
MtGoxWalletBalance ( double value, System.Int64 value_int, string display, MtGoxCurrencySymbol currency ) : System
getObjects ( string jsonData ) : MtGoxWalletBalance

Method Details

MtGoxWalletBalance() public method

public MtGoxWalletBalance ( ) : System
return System

MtGoxWalletBalance() public method

public MtGoxWalletBalance ( double value, System.Int64 value_int, string display, MtGoxCurrencySymbol currency ) : System
value double
value_int System.Int64
display string
currency MtGoxCurrencySymbol
return System

getObjects() public static method

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

Property Details

currency public property

public MtGoxCurrencySymbol currency
return MtGoxCurrencySymbol

display public property

public string display
return string

value public property

public double value
return double

value_int public property

public Int64,System value_int
return System.Int64