Show / Hide Table of Contents

Class ManageOfferOperationResponse

Represents ManageOffer operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server

Inheritance
System.Object
Response
OperationResponse
ManageOfferOperationResponse
ManageBuyOfferOperationResponse
ManageSellOfferOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
OperationResponse.TypeId
OperationResponse.CreatedAt
OperationResponse.TransactionHash
OperationResponse.TransactionSuccessful
OperationResponse.Links
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class ManageOfferOperationResponse : OperationResponse, IPagingToken

Constructors

ManageOfferOperationResponse()

Declaration
public ManageOfferOperationResponse()

ManageOfferOperationResponse(String, String, String, String, String, String, String, String, String)

Declaration
public ManageOfferOperationResponse(string offerId, string amount, string price, string buyingAssetType, string buyingAssetCode, string buyingAssetIssuer, string sellingAssetType, string sellingAssetCode, string sellingAssetIssuer)
Parameters
Type Name Description
System.String offerId
System.String amount
System.String price
System.String buyingAssetType
System.String buyingAssetCode
System.String buyingAssetIssuer
System.String sellingAssetType
System.String sellingAssetCode
System.String sellingAssetIssuer

Properties

Amount

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

BuyingAsset

Declaration
public Asset BuyingAsset { get; }
Property Value
Asset

BuyingAssetCode

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

BuyingAssetIssuer

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

BuyingAssetType

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

OfferId

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

Price

The ask/bid price.

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

PriceRatio

The ask/bid price as a ratio.

Declaration
public Price PriceRatio { get; }
Property Value
Price

SellingAsset

Declaration
public Asset SellingAsset { get; }
Property Value
Asset

SellingAssetCode

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

SellingAssetIssuer

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

SellingAssetType

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

Back to top Generated by DocFX