• Documentation
  • Api Reference
Show / Hide Table of Contents
  • EzBtc.Api
    • EzBtcClient
  • EzBtc.Api.Models
    • OrderBook
    • OrderBookEntry
    • Ticker
    • Transaction

Class Ticker

Represents current trading information.

Inheritance
System.Object
Ticker
Namespace: EzBtc.Api.Models
Assembly: EzBtc.Api.dll
Syntax
public class Ticker

Fields

| Improve this Doc View Source

High

The highest rate in the past 24 hours.

Declaration
[JsonProperty("high")]
public decimal High
Field Value
Type Description
System.Decimal
| Improve this Doc View Source

Last

The last rate.

Declaration
[JsonProperty("last")]
public decimal Last
Field Value
Type Description
System.Decimal
| Improve this Doc View Source

Low

The lowest rate in the past 24 hours.

Declaration
[JsonProperty("low")]
public decimal Low
Field Value
Type Description
System.Decimal
| Improve this Doc View Source

Volume

The volume in the past 24 hours.

Declaration
[JsonProperty("volume")]
public decimal Volume
Field Value
Type Description
System.Decimal
  • Improve this Doc
  • View Source
Back to top Generated by DocFX