Class MessageInfoExtensions
Inheritance
MessageInfoExtensions
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class MessageInfoExtensions
Methods
GetMaxNumberOfFields(FieldContainerInfo)
Returns max number of fields on any level of a field container.
Declaration
public static int GetMaxNumberOfFields(this FieldContainerInfo fieldContainerInfo)
Parameters
Returns
GetMaxNumberOfFields(MessageInfoDictionary)
Returns max number of fields on any level for all messages in a dictionary.
Declaration
public static int GetMaxNumberOfFields(this MessageInfoDictionary dictionary)
Parameters
Returns
GetMaxNumberOfGroups(FieldContainerInfo)
Returns max number of groups on any level of a field container.
Declaration
public static int GetMaxNumberOfGroups(this FieldContainerInfo fieldContainerInfo)
Parameters
Returns
GetMaxNumberOfGroups(MessageInfoDictionary)
Returns max number of groups on any level for all messages in a dictionary.
Declaration
public static int GetMaxNumberOfGroups(this MessageInfoDictionary dictionary)
Parameters
Returns