Class CreatePassiveOfferOperationResponse
Represents CreatePassiveOffer operation response. See: https://www.stellar.org/developers/horizon/reference/resources/operation.html OperationsRequestBuilder Server
Inherited Members
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
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
SellingAsset
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
|