Paste FIX log lines below

0 / {{ max_count }}


Example 1 (with ^A delimiter)
Example 2 (with ' | ' delimiter)
{% if rows | length > 0 %} {% for header in headers %} {% endfor %} {% for row in rows %} {% for cell in row %} {% if cell | length > 36 %} {% else %} {% endif %} {% endfor %} {% endfor %}
FIX lines in a grid ({{ size }})
{{ header }}
{{ cell }}{{ cell }}
{% endif %}