You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/doc.go
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,16 +84,22 @@ Time of day that this FIX session becomes deactivated. Valid Values:
84
84
85
85
# StartDay
86
86
87
-
For week long sessions, the starting day of week for the session. Use in combination with StartTime. Valid Values:
87
+
For week long sessions, the starting day of week for the session. Use in combination with StartTime. Incompatible with Weekdays. Valid Values:
88
88
89
89
Full day of week in English, or 3 letter abbreviation (i.e. Monday and Mon are valid)
90
90
91
91
# EndDay
92
92
93
-
For week long sessions, the ending day of week for the session. Use in combination with EndTime. Valid Values:
93
+
For week long sessions, the ending day of week for the session. Use in combination with EndTime. Incompatible with Weekdays. Valid Values:
94
94
95
95
Full day of week in English, or 3 letter abbreviation (i.e. Monday and Mon are valid)
96
96
97
+
# Weekdays
98
+
99
+
For daily sessions that are only active on specific days of the week. Use in combination with StartTime and EndTime. Incompatible with StartDay and EndDay. Valid Values:
100
+
101
+
Comma delimited list of days of the week in English, or 3 letter abbreviation (e.g. "Monday,Tuesday,Wednesday" or "Mon,Tue,Wed" would both be valid values).
102
+
97
103
# EnableLastMsgSeqNumProcessed
98
104
99
105
Add the last message sequence number processed in the header (optional tag 369). Valid Values:
0 commit comments