quickfix - entry must be roll rate entry type? -


marketDataRequest while recovering server I responded with the error message.

entry must roll rate entry type

I do not understand I why s error. Here is my code

  MarketDataRequest mkrReq = new MarketDataRequest (New MDReqID ( "Mkar-12345"), new SubscriptionRequestType (SubscriptionRequestType.SNAPSHOT_PLUS_UPDATES), New MarketDepth (0)); NoMDEntryTypes group1 = new nomination type (); Group1.set (new MDEntryType (MDEntryType.BID)); MkrReq.addGroup (GROUP1); Group1.set (new MDEntryType (MDEntryType.OFFER)); MkrReq.addGroup (GROUP1); MarketDataRequest.NoRelatedSym symGroup = New MarketDataRequest.NRelatedSym (); SymGroup.set (new symbol ("EUR / USD")); MkrReq.addGroup (GROUP1); MkrReq.addGroup (symGroup);    

This opposition is specific error, not right or QuickFix looks like. Only someone with your counterparty can answer this question.

Simply put, you are sending a message that is technically correct and syntax, but also want to see whether your counterparty is. Obviously, they want those MDEntries to be of a specific type and format, and your message is not consistent.

What that means will check to determine the correct documents to your counterparty (or ask them directly).

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -