error?

Created at 15 Feb 2017, 07:16
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
KO

koobobae87

Joined 04.09.2016

error?
15 Feb 2017, 07:16


8=FIX.4.4|9=148|35=D|34=2|49=pepperstone.8058|52=20170215-05:12:43.053|56=cServer|57=TRADE|11=15141243451|38=1000|40=1|54=2|55=4|59=3|60=20170215-05:12:43.046|10=099|

8=FIX.4.4|9=165|35=3|34=3|49=pepperstone.8058|52=20170215-05:12:43.603|56=cServer|57=TRADE|45=2|58=Tag not defined for this message type|371=721|372=8|373=2|553=3178058|554=3140|10=245|

What seems to be the problem?

 


@koobobae87
Replies

koobobae87
15 Feb 2017, 07:47

RE:

koobobae87 said:

8=FIX.4.4|9=148|35=D|34=2|49=pepperstone.8058|52=20170215-05:12:43.053|56=cServer|57=TRADE|11=15141243451|38=1000|40=1|54=2|55=4|59=3|60=20170215-05:12:43.046|10=099|

8=FIX.4.4|9=165|35=3|34=3|49=pepperstone.8058|52=20170215-05:12:43.603|56=cServer|57=TRADE|45=2|58=Tag not defined for this message type|371=721|372=8|373=2|553=3178058|554=3140|10=245|

What seems to be the problem?

       

 

Where should I change the dictionary using tag 721?

FIX44.xml....


@koobobae87

koobobae87
15 Feb 2017, 08:43

RE: RE:

koobobae87 said:

koobobae87 said:

8=FIX.4.4|9=148|35=D|34=2|49=pepperstone.8058|52=20170215-05:12:43.053|56=cServer|57=TRADE|11=15141243451|38=1000|40=1|54=2|55=4|59=3|60=20170215-05:12:43.046|10=099|

8=FIX.4.4|9=165|35=3|34=3|49=pepperstone.8058|52=20170215-05:12:43.603|56=cServer|57=TRADE|45=2|58=Tag not defined for this message type|371=721|372=8|373=2|553=3178058|554=3140|10=245|

What seems to be the problem?

       

 

Where should I change the dictionary using tag 721?

FIX44.xml....

ㅋㅋ 

사전을 수정하니 문제 없이 작동 됨.

ExecutionReport 에  <field name="PosMaintRptID" required="Y"/> 를 집어 넣으니 작동됨..!

 

 


@koobobae87

mindbreaker
15 Feb 2017, 09:12

Hi in this post there is a library FIX library with all messages from spotware c# sample project:

/forum/fix-api/11178

and project with .dll library

https://github.com/spotware/FIX-API-Sample


@mindbreaker

#EOL
16 Feb 2017, 12:47

RE: RE: RE:

koobobae87 said:

ExecutionReport 에  <field name="PosMaintRptID" required="Y"/> 를 집어 넣으니 작동됨..!

 

Hi, if you use QuickFIX tag PosMaintRptID should be marked as optional (required="N") for NewOrderSingle and ExecutionReport messages


@#EOL