Show / Hide Table of Contents

Class OfferResponse

Represents offer response. See: https://www.stellar.org/developers/horizon/reference/resources/offer.html OffersRequestBuilder Server

Inheritance
System.Object
Response
OfferResponse
Inherited Members
Response.RateLimitLimit
Response.RateLimitRemaining
Response.RateLimitReset
Response.SetHeaders(HttpResponseHeaders)
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class OfferResponse : Response, IPagingToken

Constructors

OfferResponse(String, String, String, Asset, Asset, String, String, Int32, String, OfferResponseLinks)

Declaration
public OfferResponse(string id, string pagingToken, string seller, Asset selling, Asset buying, string amount, string price, int lastModifiedLedger, string lastModifiedTime, OfferResponseLinks links)
Parameters
Type Name Description
System.String id
System.String pagingToken
System.String seller
Asset selling
Asset buying
System.String amount
System.String price
System.Int32 lastModifiedLedger
System.String lastModifiedTime
OfferResponseLinks links

Properties

Amount

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

Buying

Declaration
public Asset Buying { get; }
Property Value
Asset

Id

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

LastModifiedLedger

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

LastModifiedTime

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

Links

Declaration
public OfferResponseLinks Links { get; }
Property Value
OfferResponseLinks

PagingToken

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

Implements
IPagingToken.PagingToken

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

Seller

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

Selling

Declaration
public Asset Selling { get; }
Property Value
Asset

Back to top Generated by DocFX