Show / Hide Table of Contents

Class OrderBookResponse.Row

Inheritance
System.Object
OrderBookResponse.Row
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class Row : object

Constructors

Row(String, String, Price)

Declaration
public Row(string amount, string price, Price priceR)
Parameters
Type Name Description
System.String amount
System.String price
Price priceR

Properties

Amount

Declaration
public string Amount { get; }
Property Value
System.String

Price

The ask/bid price.

Declaration
public string Price { get; }
Property Value
System.String

PriceR

The ask/bid price as a ratio.

Declaration
public Price PriceR { get; }
Property Value
Price

Back to top Generated by DocFX