Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8241207
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:45:35+00:00 2026-06-07T20:45:35+00:00

I want sent bid ask message in quick fix protocol by fix acceptor. i

  • 0

I want sent bid ask message in quick fix protocol by fix acceptor.

i must send bid ask message by quick fix

i use quickfix_net dll as fix acceptor , how to i send bid ask by this dll

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T20:45:37+00:00Added an answer on June 7, 2026 at 8:45 pm

    I hope you are able to send/get FIX message ,so for sending Bid/Ask(in FIX offer) you have to send MarketData-Type FIX message having repeationg groups for Bid-Offer ,it has also third Field for Trade Price .

     MarketDataSnapshotFullRefresh message =  new MarketDataSnapshotFullRefresh(new QuickFix.Symbol("QF"));
     MarketDataSnapshotFullRefresh.NoMDEntries group =  new MarketDataSnapshotFullRefresh.NoMDEntries();
     //For Bid 
     group.set(new QuickFix.MDEntryType('0')); 
     group.set(new QuickFix.MDEntryPx(12.32));
     group.set(new QuickFix.MDEntrySize(100));    
     message.addGroup(group);
     //For Ask
      group.set(new QuickFix.MDEntryType('1'));
      group.set(new QuickFix.MDEntryPx(12.32));
      group.set(new QuickFix.MDEntrySize(100));    
      message.addGroup(group);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to have my pdf files sent this way to my users :
I want to use vba to take a screenshot (which will then be sent
I want a UITextField to be sent the resignFirstResponder message if it is being
I want to send notification on Yammer through Ant, but no notification are sent.
I'm creating a CMS, and want all request sent to Default.aspx except for the
I want to shrink the data that is sent back and forth via AJAX,
I want to see the actual commands sent to g++ during a Code::Blocks build.
I want to create a logger which logs all my messages sent to System.out
So I want to make a HTML news letter to be sent out. I
I just want to intercept raw data (hex)--headers and all--sent to a port, and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.