Class CurrencyField
Represents a Currency field used for Oracle price data (BaseAsset, QuoteAsset).
Inherited Members
Namespace: Xrpl.BinaryCodec.Enums
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class CurrencyField : Field
Constructors
| Edit this page View SourceCurrencyField(string, int, bool)
Initializes a new instance of the CurrencyField class.
Declaration
public CurrencyField(string name, int nthOfType, bool isSigningField = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Field name. |
| int | nthOfType | Ordinal position within the type. |
| bool | isSigningField | Whether this field is included in signing. |