C# Class MtGoxTrader.Model.MtGoxWalletBalance

Datei anzeigen 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_oe property

public MtGoxCurrencySymbol currency
return MtGoxCurrencySymbol

display public_oe property

public string display
return string

value public_oe property

public double value
return double

value_int public_oe property

public Int64,System value_int
return System.Int64