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 {
208
208
*/
209
209
public static final String SETTING_VALIDATE_UNORDERED_GROUP_FIELDS = "ValidateUnorderedGroupFields" ;
210
210
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
+
211
217
/**
212
218
* Session validation setting for enabling whether field values are
213
219
* validated. Empty fields values are not allowed. Values are "Y" or "N".
@@ -377,12 +383,6 @@ public class Session implements Closeable {
377
383
*/
378
384
public static final String SETTING_RESEND_REQUEST_CHUNK_SIZE = "ResendRequestChunkSize" ;
379
385
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
-
386
386
public static final String SETTING_MAX_SCHEDULED_WRITE_REQUESTS = "MaxScheduledWriteRequests" ;
387
387
388
388
public static final String SETTING_VALIDATE_CHECKSUM = "ValidateChecksum" ;
You can’t perform that action at this time.
0 commit comments