API Support Forum
OEC API > FIX Support > SolicitedFlag and UnsolicitedIndicator
Author Topic: SolicitedFlag and UnsolicitedIndicator
(2 messages, Page 1 of 1)
Moderators: VPfau
FGingras
Posts: 36
Joined: Oct 15, 2007


Posted: Apr 09, 2020 @ 03:05 PM             Msg. 1 of 2
1) What is the difference between SolicitedFlag and UnsolicitedIndicator?

2) Should we assume that any ExecutionReports with UnsolicitedIndicator=Y is a external new order or a external order modification? (external = not from this FIX session)
CMicciche902
Posts: 348
Joined:


Posted: Apr 14, 2020 @ 05:12 PM             Msg. 2 of 2
According to https://gainfutures.com/GFAPI/?topic=html/6b617d6f-41e5-4df7-b776-f92fb258b190.htm, we offer both 325 and 377 in Execution Report.

UnsolicitedIndicator - https://fiximate.fixtrading.org/legacy/en/FIX.4.4/tag325.html
Y = Message is being sent unsolicited
N = Message is being sent as a result of a prior request

SolicitedFlag - https://fiximate.fixtrading.org/legacy/en/FIX.4.4/tag377.html
Y = Was solicited
N = Was not solicited


Example of an unsolicited order if we were to liquidate a position from our side:
GAIN Capital FIX Trading: (Recv) >> 8=FIX.4.49=25535=834=1549=OEC_TEST52=20200414-22:07:0356=CMicciche1=API0008396=0.0011=OECFIX:20850258914=017=OECFIX:208502589:58637=20850258938=239=A40=154=255=ES59=060=20200414-22:07:03.099150=A151=2167=FUT200=202006325=Y377=N461=FXXXXS1028=Y10=211 | 2020-04-14 18:07:03.172
GAIN Capital FIX Trading: (Recv) >> 8=FIX.4.49=25535=834=1649=OEC_TEST52=20200414-22:07:0356=CMicciche1=API0008396=0.0011=OECFIX:20850258914=017=OECFIX:208502589:58737=20850258938=239=040=154=255=ES59=060=20200414-22:07:03.290150=0151=2167=FUT200=202006325=Y377=N461=FXXXXS1028=Y10=172 | 2020-04-14 18:07:03.293
GAIN Capital FIX Trading: (Recv) >> 8=FIX.4.49=29235=834=1749=OEC_TEST52=20200414-22:07:0356=CMicciche1=API0008396=2842.0011=OECFIX:20850258912=613=314=217=OECFIX:208502589:58831=2842.0032=237=20850258938=239=240=154=255=ES59=060=20200414-22:07:03.419150=F151=0167=FUT200=202006325=Y377=N461=FXXXXS479=USD1028=Y10=185 | 2020-04-14 18:07:03.508
GAIN Capital FIX Trading: (Recv) >> 8=FIX.4.49=25835=834=1849=OEC_TEST52=20200414-22:07:0356=CMicciche1=API0008396=2842.0011=OECFIX:20850258914=217=OECFIX:208502589:58937=20850258938=239=B40=154=255=ES59=060=20200414-22:07:03.489150=B151=0167=FUT200=202006325=Y377=N461=FXXXXS1028=Y10=129 | 2020-04-14 18:07:03.508
Chris M