Show / Hide Table of Contents

Class TradeEffectResponse

Represents trade effect response. See: https://www.stellar.org/developers/horizon/reference/resources/effect.html EffectsRequestBuilder Server

Inheritance
System.Object
Response
EffectResponse
TradeEffectResponse
Inherited Members
EffectResponse.Id
EffectResponse.Account
EffectResponse.AccountMuxed
EffectResponse.AccountMuxedID
EffectResponse.Type
EffectResponse.PagingToken
EffectResponse.Links
EffectResponse.CreatedAt
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class TradeEffectResponse : EffectResponse, IPagingToken

Constructors

TradeEffectResponse()

Declaration
public TradeEffectResponse()

TradeEffectResponse(String, String, String, String, String, String, String, String, String, String)

Declaration
public TradeEffectResponse(string seller, string offerId, string soldAmount, string soldAssetType, string soldAssetCode, string soldAssetIssuer, string boughtAmount, string boughtAssetType, string boughtAssetCode, string boughtAssetIssuer)
Parameters
Type Name Description
System.String seller
System.String offerId
System.String soldAmount
System.String soldAssetType
System.String soldAssetCode
System.String soldAssetIssuer
System.String boughtAmount
System.String boughtAssetType
System.String boughtAssetCode
System.String boughtAssetIssuer

Properties

BoughtAmount

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

BoughtAsset

Declaration
public AssetTypeCreditAlphaNum BoughtAsset { get; }
Property Value
AssetTypeCreditAlphaNum

BoughtAssetCode

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

BoughtAssetIssuer

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

BoughtAssetType

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

OfferId

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

Seller

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

SellerMuxed

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

SellerMuxedID

Declaration
public long? SellerMuxedID { get; }
Property Value
System.Nullable<System.Int64>

SoldAmount

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

SoldAsset

Declaration
public AssetTypeCreditAlphaNum SoldAsset { get; }
Property Value
AssetTypeCreditAlphaNum

SoldAssetCode

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

SoldAssetIssuer

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

SoldAssetType

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

TypeId

Declaration
public override int TypeId { get; }
Property Value
System.Int32

Overrides
EffectResponse.TypeId
Back to top Generated by DocFX