Class FieldValueInfo
Valid message field value.
Implements
Inherited Members
Namespace: OnixS.Fix.Dictionaries
Assembly: OnixS.Fix.Engine.dll
Syntax
public class FieldValueInfo : ICloneable
Remarks
Constructor
Constructors
FieldValueInfo(string, string)
Valid message field value.
Declaration
public FieldValueInfo(string value, string description = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | value name |
| string | description | value description |
Remarks
Constructor
Properties
Description
Value description.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Value description |
Value
Value name.
Declaration
public string Value { get; }
Property Value
| Type | Description |
|---|---|
| string | Value name |
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public virtual object Clone()
Returns
| Type | Description |
|---|---|
| object | A new object that is a copy of this instance. |
Equals(object)
Determines whether the specified object is equal to the current object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
GetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
| Type | Description |
|---|---|
| int | A hash code for the current object. |
Overrides
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents the current object. |