Hello ,
I was trying to add SenderSubID but with no luck , Please assist if you can
.
Please take a look :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
mySessionSettings = New SessionSettings("config.ini")
myApplication = New Application
myStoreFactory = New FileStoreFactory(mySessionSettings)
myMessageFactory = New DefaultMessageFactory
Dim a As New QuickFix.Message
a.getHeader.setField(50, ("RATES"))
myLogFactory = New ScreenLogFactory(True, True, True)
myInitiator = New SocketInitiator(myApplication, myStoreFactory,
mySessionSettings, myLogFactory, myMessageFactory)
myInitiator.getSessions.Add(a)
myInitiator.start()
End Sub
How can i go on from this ?
Thanks!
--
View this message in context: http://www.nabble.com/adding-SenderSubID-to-the-header-tp19664476p19664476.html
Sent from the QuickFIX - Dev mailing list archive at Nabble.com.
|