Show / Hide Table of Contents

Class TradeResponse

Represents trades response. See: https://www.stellar.org/developers/horizon/reference/endpoints/trades.html TradesRequestBuilder Server

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

Constructors

TradeResponse(String, String, String, String, Boolean, String, LiquidityPoolID, String, String, String, String, String, String, LiquidityPoolID, String, String, String, String, String, Price)

Declaration
public TradeResponse(string id, string pagingToken, string ledgerCloseTime, string offerId, bool baseIsSeller, string baseAccount, LiquidityPoolID baseLiquidityPoolID, string baseOfferId, string baseAmount, string baseAssetType, string baseAssetCode, string baseAssetIssuer, string counterAccount, LiquidityPoolID counterLiquidityPoolID, string counterOfferId, string counterAmount, string counterAssetType, string counterAssetCode, string counterAssetIssuer, Price price)
Parameters
Type Name Description
System.String id
System.String pagingToken
System.String ledgerCloseTime
System.String offerId
System.Boolean baseIsSeller
System.String baseAccount
LiquidityPoolID baseLiquidityPoolID
System.String baseOfferId
System.String baseAmount
System.String baseAssetType
System.String baseAssetCode
System.String baseAssetIssuer
System.String counterAccount
LiquidityPoolID counterLiquidityPoolID
System.String counterOfferId
System.String counterAmount
System.String counterAssetType
System.String counterAssetCode
System.String counterAssetIssuer
Price price

Properties

BaseAccount

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

BaseAmount

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

BaseAsset

Creates and returns a base asset.

Declaration
public Asset BaseAsset { get; }
Property Value
Asset

BaseAssetCode

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

BaseAssetIssuer

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

BaseAssetType

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

BaseIsSeller

Declaration
public bool BaseIsSeller { get; }
Property Value
System.Boolean

BaseLiquidityPoolID

Declaration
public LiquidityPoolID BaseLiquidityPoolID { get; set; }
Property Value
LiquidityPoolID

BaseOfferId

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

CountAsset

Creates and returns a counter asset.

Declaration
public Asset CountAsset { get; }
Property Value
Asset

CounterAccount

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

CounterAmount

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

CounterAssetCode

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

CounterAssetIssuer

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

CounterAssetType

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

CounterLiquidityPoolID

Declaration
public LiquidityPoolID CounterLiquidityPoolID { get; }
Property Value
LiquidityPoolID

CounterOfferId

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

Id

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

LedgerCloseTime

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

Links

Declaration
public TradeResponseLinks Links { get; }
Property Value
TradeResponseLinks

OfferId

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

PagingToken

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

Implements
IPagingToken.PagingToken

Price

Declaration
public Price Price { get; }
Property Value
Price

Back to top Generated by DocFX