Skip to content

Commit 2f0379a

Browse files
Merge pull request #5 from david-gibbs-ig/fix50sp2-from-orchestra
Fix50sp2 from orchestra
2 parents 50f2f3c + 0757aed commit 2f0379a

File tree

52 files changed

+19036
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+19036
-39
lines changed

custom-legacy-codegen-application-messages/pom.xml renamed to legacy-codegen/legacy-codegen-fix50sp2-application-messages/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
<parent>
55
<groupId>org.quickfixj.custom.examples</groupId>
6-
<artifactId>orchestration-examples-parent</artifactId>
6+
<artifactId>legacy-codegen-parent</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
</parent>
99

10-
<artifactId>legacy-codegen-application-messages</artifactId>
10+
<artifactId>legacy-codegen-fix50sp2-application-messages</artifactId>
1111
<packaging>jar</packaging>
1212

1313
<name>QuickFIX/J custom legacy codegen application messages</name>
File renamed without changes.

custom-applications/pom.xml renamed to legacy-codegen/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
<version>0.0.1-SNAPSHOT</version>
88
</parent>
99

10-
<artifactId>custom-applications-parent</artifactId>
10+
<artifactId>legacy-codegen-parent</artifactId>
1111
<packaging>pom</packaging>
1212

1313
<dependencies>
1414
</dependencies>
1515

1616
<modules>
17-
<module>using-fixlatest-server</module>
18-
<module>using-fixlatest-client</module>
17+
<module>legacy-codegen-fix50sp2-application-messages</module>
1918
<module>using-legacy-codegen-server</module>
2019
<module>using-legacy-codegen-client</module>
2120
</modules>

custom-applications/using-legacy-codegen-client/pom.xml renamed to legacy-codegen/using-legacy-codegen-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<parent>
55
<groupId>org.quickfixj.custom.examples</groupId>
6-
<artifactId>custom-applications-parent</artifactId>
6+
<artifactId>legacy-codegen-parent</artifactId>
77
<version>0.0.1-SNAPSHOT</version>
88
</parent>
99

@@ -41,7 +41,7 @@
4141
</dependency>
4242
<dependency>
4343
<groupId>org.quickfixj.custom.examples</groupId>
44-
<artifactId>legacy-codegen-application-messages</artifactId>
44+
<artifactId>legacy-codegen-fix50sp2-application-messages</artifactId>
4545
<version>0.0.1-SNAPSHOT</version>
4646
</dependency>
4747

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ public void onMessage(ExecutionReport executionReport, SessionID sessionID)
1919
Instrument instrumentComponent = executionReport.getInstrument(); // invariant
2020
log.info("Received ExecutionReport from sender [{}]:: clOrdID {}, symbol {}, side {}, transactTime {}, ordType {}, securityIDSource {}, securityID {}",
2121
executionReport.getHeader().getString(SenderCompID.FIELD),
22-
instrumentComponent.getSymbol().getValue(),
2322
executionReport.getClOrdID().getValue(),
23+
instrumentComponent.getSymbol().getValue(),
2424
executionReport.getSide().getValue(),
2525
executionReport.getTransactTime().getValue(),
2626
executionReport.getOrdType().getValue(),

0 commit comments

Comments
 (0)