forwardMessagesByTemplateId Property    Table of ContentPackage Property forward
TemplateLibrary.MessagesByTypes Property
Gets collection of registered messages description by FIX message type.

Namespace:  OnixS.SimpleBinaryEncoding.Templates
Assembly:  OnixS.SimpleBinaryEncoding-net-4.7 (in OnixS.SimpleBinaryEncoding-net-4.7.dll) Version: 2.3.1.0 (2.3.1.0)
Syntax
C#
public ReadOnlyDictionary<string, MessageInfo> MessagesByTypes { get; }

Property Value

Type: ReadOnlyDictionary<String, MessageInfo>
See Also