Class LastPrice
Inheritance
System.Object
LastPrice
Assembly: FFT.Binance.dll
Syntax
public sealed class LastPrice : object
Constructors
|
Improve this Doc
View Source
LastPrice(String, Decimal)
Declaration
public LastPrice(string symbol, decimal price)
Parameters
| Type |
Name |
Description |
| System.String |
symbol |
|
| System.Decimal |
price |
|
Properties
|
Improve this Doc
View Source
Price
Declaration
public decimal Price { get; }
Property Value
| Type |
Description |
| System.Decimal |
|
|
Improve this Doc
View Source
Symbol
Declaration
public string Symbol { get; }
Property Value
| Type |
Description |
| System.String |
|