Class TradeResponse
Represents trades response. See: https://www.stellar.org/developers/horizon/reference/endpoints/trades.html TradesRequestBuilder Server
Inherited Members
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
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
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
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
OfferId
Declaration
public string OfferId { get; }
Property Value
|
System.String
|
PagingToken
Declaration
public string PagingToken { get; }
Property Value
|
System.String
|