Struct FlatMessage.FieldIterator
Assembly: OnixS.Fix.Engine.dll
Syntax
public struct FieldIterator : IEnumerator<Field>, IEnumerator, IDisposable
Constructors
FieldIterator(FlatMessage)
Declaration
public FieldIterator(FlatMessage outerInstance)
Parameters
Properties
Current
Declaration
public readonly Field Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
Implements