
| Key: |
QFJ-507
|
| Type: |
Other
|
| Status: |
Open
|
| Priority: |
Default
|
| Assignee: |
Unassigned
|
| Reporter: |
Ahmed Al Jebouri
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hi Support,
Please find below my code i am using to subscribe using market data request, the isse that i want when i create this message i want tag55 to come after tag146, as per to integral they want Tag55 to come after Tag146
quickfix.fix43.MarketDataRequest sub = new MarketDataRequest(new MDReqID(reqID),new SubscriptionRequestType('1'), new MarketDepth (1));
System.out.println("This is the message :" + sub.toString());
sub.setField(new SenderSubID("SWSPBle"));
sub.setField(new Product(4));
sub.setField(new NoRelatedSym(1));
sub.setField(new MDUpdateType(0));
sub.setField(new NoMDEntryTypes(0));
sub.setField(new quickfix.field.Symbol("EUR/USD"));
the generated message is coming as below
8=FIX.4.39=16535=V34=1249=quote.SWSPB.dev.SWSPB.com52=20090903-22:29:29.22356=demo.client.fxgrid.integral.com50=SWSPBle55=EUR/USD146=1262=12263=1264=1265=0267=0460=410=014
Response from integral as below
8=FIX.4.39=17735=334=1949=demo.client.fxgrid.integral.com52=20090903-22:29:31.32756=quote.SWSPB.dev.SWSPB.com57=SWSPBle45=1258=Tag not defined for this message type371=55372=V373=210=164
can you help me here please?
|
|
Description
|
Hi Support,
Please find below my code i am using to subscribe using market data request, the isse that i want when i create this message i want tag55 to come after tag146, as per to integral they want Tag55 to come after Tag146
quickfix.fix43.MarketDataRequest sub = new MarketDataRequest(new MDReqID(reqID),new SubscriptionRequestType('1'), new MarketDepth (1));
System.out.println("This is the message :" + sub.toString());
sub.setField(new SenderSubID("SWSPBle"));
sub.setField(new Product(4));
sub.setField(new NoRelatedSym(1));
sub.setField(new MDUpdateType(0));
sub.setField(new NoMDEntryTypes(0));
sub.setField(new quickfix.field.Symbol("EUR/USD"));
the generated message is coming as below
8=FIX.4.39=16535=V34=1249=quote.SWSPB.dev.SWSPB.com52=20090903-22:29:29.22356=demo.client.fxgrid.integral.com50=SWSPBle55=EUR/USD146=1262=12263=1264=1265=0267=0460=410=014
Response from integral as below
8=FIX.4.39=17735=334=1949=demo.client.fxgrid.integral.com52=20090903-22:29:31.32756=quote.SWSPB.dev.SWSPB.com57=SWSPBle45=1258=Tag not defined for this message type371=55372=V373=210=164
can you help me here please? |
Show » |
| There are no comments yet on this issue.
|
|