Imported from previous forum
I would like to send a NewOrderSingle massage to complete the stock order.
How to map the fields(such as price,stock number , market number , etc.) of our company to FIX standard fields ?
thanks
You are asking a very open question. If you need help for mapping then you need to be specific, “such as” suggests that you want more. The word “complete” sounds like you want to send an update rather than a new order. In this case Order Cancel/Replace is the right message to begin with.
You also do not specify a FIX version number. You are more likely to get a useful answer if you ask a detailed question together with some background information.
Price = tag 44 Price
Stock number = tag 48 Security ID with tag 22 SecurityIDSource (what is the basis for your stock number?)
Market number = tag 100 ExDestination + tag 1133 ExDestinationIDSource (to route the order to this market) or tag 207 SecurityExchange (to further identify the stock)
I would like to send a NewOrderSingle massage to complete the
stock order.How to map the fields(such as price,stock number , market number , etc.)
of our company to FIX standard fields ?thanks