File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
quickfixj-core/src/main/java/quickfix Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,12 @@ public class Session implements Closeable {
208208 */
209209 public static final String SETTING_VALIDATE_UNORDERED_GROUP_FIELDS = "ValidateUnorderedGroupFields" ;
210210
211+ /**
212+ * Session validation setting for enabling whether first found field in repeating group will be used as
213+ * delimiter. Values are "Y" or "N". Default is "N".
214+ */
215+ public static final String SETTING_FIRST_FIELD_IN_GROUP_IS_DELIMITER = "FirstFieldInGroupIsDelimiter" ;
216+
211217 /**
212218 * Session validation setting for enabling whether field values are
213219 * validated. Empty fields values are not allowed. Values are "Y" or "N".
@@ -377,12 +383,6 @@ public class Session implements Closeable {
377383 */
378384 public static final String SETTING_RESEND_REQUEST_CHUNK_SIZE = "ResendRequestChunkSize" ;
379385
380- /**
381- * Session validation setting for enabling whether first found field in repeating group will be used as
382- * delimiter. Values are "Y" or "N". Default is "N".
383- */
384- public static final String SETTING_FIRST_FIELD_IN_GROUP_IS_DELIMITER = "FirstFieldInGroupIsDelimiter" ;
385-
386386 public static final String SETTING_MAX_SCHEDULED_WRITE_REQUESTS = "MaxScheduledWriteRequests" ;
387387
388388 public static final String SETTING_VALIDATE_CHECKSUM = "ValidateChecksum" ;
You can’t perform that action at this time.
0 commit comments