I want to use the bstrMarket field inside the QUOTERECORD structure that is returned after calling moQuotes.GetSingleQuote(SymbolName, 0) but it seems that a...
You don't give examples, so I used the VB6 sample fetchRoutes and looked at MSFT and COHR, and they returned valid values. See that sample. ... From:...
Sorry about the lack of examples. I have included the code I use as well as the log file that shows the symbols I was getting and the resulting blanks and the...
Apparently GetSingleQuote does not return the fundamental data (bstrCompany, bstrMarket, etc.) unless you have previously advised the symbol. And since it...
I was wrong. GetSingleQuote should return all information just fine. Zero timeout is not appropriate; give it more time. Also make sure to uppercase the...
Hello - I upgraded MBT DT Pro as prompted this morning and now VS Express is balking. It crashes while adding any MBT controls to a form. I went through the...
We are aware of problems placing controls and have not worked out a solution yet. No ETA is available at this time, but it's on our list of things to do. Â ...
I'm trying to place a Mkt on open (10038) order. I have my ordertype and dprice correct, but I'm getting from bsubmit: MB Order not accepted. Reason: Invalid...
Without any details to go on, my suggestion would be to try in the retail platform. If you can do it there, you can do it in your SDK project. ... From:...
Look in the chm help file "MbtOrderHistory event messages" ... From: nick.koranda <nick.koranda@...> Subject: [mbtsdk] Re: Callback events for orders...
I need to know the answer to this as well but do not see any (*.txt) file in the zip file that addresses this. Can you please point me to the write place for...
Does an equities demo account still allow for testing on the weekend (and/or off hours)? I have not seen this to be the case recently. This is perhaps an...
See the "Multiple Logins" section of the chm help file. The text files referred to in that old email have mostly been incorporated into it. ... From:...
Hoping the group can assist me with this. Since there is not a specific BuyingPower variable in the SDK and since some stocks are marginable and some not...
I'm trying to place a Mkt on open (10038) order. I have my ordertype and dprice correct, but I'm getting from bsubmit: Order not accepted: Reason: Invalid...
I tried to upgrade to .Net today. I finally got everything installed, but when I try to launch vbexpress.exe, I get the message "The application cannot start"...
I just Googled for "NET The application cannot start" and got a lot of hits. Â Phil ... From: Alice Meade <alice.meade@...> Subject: RE: [mbtsdk] VB6 -...
Yes, I saw all of those and went through everything suggested to fix. The best advice was to use ProcMon to see the errors when vbexpress.exe launches. I did...
Alice, Â If you run it in the debugger, you can step through the code (F11) and see how far it gets before it crashes. If it will not let you even do that,...
If I want to purchase two stocks, with one being marginable and the other not, do I need to purchase them in a particular order? Here is my thoughts with an...
This would be a buying power question and Support is best to help you. I am not on the trade desk, nor a buying-power authority. I'm sure they'll be able to...
Hello, I have a question. How can I get value of Nasdaq index (NASDAQ Composite (^IXIC)) using API? Is it any way to get it using MbtQuotes? Thank you, Yan...
In Desktop, go to Help \ Symbol Lookup \ Indices. Any symbol available in Desktop should be available within the SDK. ... From: mdm_rt <benyanky@...> ...
Does anybody know how to remove conformation dialog from submit method? It is OK when you are placing a single order, but flat out annoyance when doing it...
Searching this forum for words like confirmation and dialog are very helpful for finding answers; this has been answered. The answer is to log into Desktop and...
MB Trading now has a fourth option for developing your own applications; the MBT Remote API. This is a COM/NET solution that allows you to "attach" to a...