Show / Hide Table of Contents

Class LastPrice

Inheritance
System.Object
LastPrice
Namespace: FFT.Binance
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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX