Class FixMessage

java.lang.Object
com.quantfinlib.fix.FixMessage

public final class FixMessage extends Object
FIX 4.4 wire-format message: tag=value fields delimited by SOH, framed by BeginString(8) / BodyLength(9) / CheckSum(10). Parsing validates the checksum and body length; building computes them. No repeating-group support — sufficient for the session and single-order message types this engine speaks.