Login Page - Create Account

Support Board


Date/Time: Wed, 14 May 2025 00:52:29 +0000



Post From: Current Bid/Ask price

[2017-06-04 20:08:23]
User972044 - Posts: 154
Hi there,

If I want to get the most current bid/ask price of a security to put into the s_SCNewOrder::Price1, do I use sc.BaseData[SC_BID_PRICE][sc.Index] or sc.Bid for the most current bid price and sc.BaseData[SC_ASK_PRICE][sc.Index] or sc.Ask for the most current ask price? Which one is more current?

Please advise. Thank you.