Show / Hide Table of Contents

Class CreatePassiveOfferOperationResponse

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

Inheritance
System.Object
Response
OperationResponse
CreatePassiveOfferOperationResponse
Inherited Members
OperationResponse.Id
OperationResponse.SourceAccount
OperationResponse.SourceAccountMuxed
OperationResponse.SourceAccountMuxedID
OperationResponse.PagingToken
OperationResponse.Type
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 CreatePassiveOfferOperationResponse : OperationResponse, IPagingToken

Constructors

CreatePassiveOfferOperationResponse()

Declaration
public CreatePassiveOfferOperationResponse()

CreatePassiveOfferOperationResponse(Int32, String, String, String, String, String, String, String, String)

Declaration
public CreatePassiveOfferOperationResponse(int offerId, string amount, string price, string buyingAssetType, string buyingAssetCode, string buyingAssetIssuer, string sellingAssetType, string sellingAssetCode, string sellingAssetIssuer)
Parameters
Type Name Description
System.Int32 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 int OfferId { get; }
Property Value
System.Int32

Price

The ask price.

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

PriceRatio

The ask 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

TypeId

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

Overrides
OperationResponse.TypeId
Back to top Generated by DocFX