Class OfferResponse
Represents offer response. See: https://www.stellar.org/developers/horizon/reference/resources/offer.html OffersRequestBuilder Server
Inherited Members
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
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
PagingToken
Declaration
public string PagingToken { get; }
Property Value
|
System.String
|
Implements
Price
The ask/bid price.
Declaration
public string Price { get; }
Property Value
|
System.String
|
PriceRatio
Seller
Declaration
public string Seller { get; }
Property Value
|
System.String
|