Class DecodedValue<T>
Decoded value.
Inherited Members
Namespace: OnixS.Fix.Fast
Assembly: OnixS.Fix.Engine.dll
Syntax
public class DecodedValue<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
DecodedValue(T, Int32)
Constructor.
Declaration
public DecodedValue(T value, int offset)
Parameters
Type | Name | Description |
---|---|---|
T | value | Decoded value. |
Int32 | offset | Offset after decoding. |
DecodedValue(T, Int32, Int32)
Constructor.
Declaration
public DecodedValue(T value, int offset, int overflow)
Parameters
Type | Name | Description |
---|---|---|
T | value | Decoded value. |
Int32 | offset | Offset after decoding. |
Int32 | overflow | Overflow during decoding integer. |
DecodedValue(Int32)
Constructor.
Declaration
public DecodedValue(int offset)
Parameters
Type | Name | Description |
---|---|---|
Int32 | offset | Offset after decoding. |
Properties
Offset
Returns offset after decoding.
Declaration
public virtual int Offset { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Offset after decoding. |
Overflow
Returns overflow during decoding integer.
Declaration
public virtual int Overflow { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Overflow during decoding integer. |
Value
Returns decoded value.
Declaration
public virtual T Value { get; set; }
Property Value
Type | Description |
---|---|
T | Decoded value. |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |