Show / Hide Table of Contents

Class TradeAggregationResponse

Inheritance
System.Object
Response
TradeAggregationResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class TradeAggregationResponse : Response

Constructors

TradeAggregationResponse(String, String, String, String, String, String, String, String, String)

Declaration
public TradeAggregationResponse(string timestamp, string tradeCount, String baseVolume, String counterVolume, String avg, String high, String low, String open, String close)
Parameters
Type Name Description
System.String timestamp
System.String tradeCount
String baseVolume
String counterVolume
String avg
String high
String low
String open
String close

Properties

Avg

Declaration
public String Avg { get; }
Property Value
String

BaseVolume

Declaration
public String BaseVolume { get; }
Property Value
String

Close

Declaration
public String Close { get; }
Property Value
String

CounterVolume

Declaration
public String CounterVolume { get; }
Property Value
String

High

Declaration
public String High { get; }
Property Value
String

Low

Declaration
public String Low { get; }
Property Value
String

Open

Declaration
public String Open { get; }
Property Value
String

Timestamp

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

TradeCount

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

Back to top Generated by DocFX