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

Class OrderBookEntry

Represents an entry in an OrderBook.

Inheritance
System.Object
OrderBookEntry
Namespace: EzBtc.Api.Models
Assembly: EzBtc.Api.dll
Syntax
[JsonConverter(typeof(JArrayToObjectConverter))]
public class OrderBookEntry

Properties

| Improve this Doc View Source

Amount

The amount of an open order.

Declaration
public decimal Amount { get; set; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

Rate

The rate of an open order.

Declaration
public decimal Rate { get; set; }
Property Value
Type Description
System.Decimal
  • Improve this Doc
  • View Source
Back to top Generated by DocFX