FlatMessage Constructor (ProtocolVersion, String, String, String, Byte[]) |
Constructs an instance from the tag=value form without session-level details.
Required tags will be added during the construction.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax public FlatMessage(
ProtocolVersion version,
string type,
string senderCompId,
string targetCompId,
byte[] rawMessageWithoutHeaderTrailer
)
Parameters
- version
- Type: FIXForge.NET.FIX.ProtocolVersion
FIX protocol version - type
- Type: System.String
FIX message type - senderCompId
- Type: System.String
senderCompId tag value - targetCompId
- Type: System.String
targetCompId tag value - rawMessageWithoutHeaderTrailer
- Type: System.Byte[]
the raw FIX message string without session-level details(in the <tag>=<value> format)
See Also