Search results

  1. K

    Pulling data from your respective trading platform API (C++)

    Hey, How you would go about pulling data and displaying it in a dialog box using an API (whichever one you're familiar with) ? I understand that this might be somewhat redundant since the platform already does it for you, however I'm currently trying to understand a specific API (Takion) and was...
  2. K

    Dynamically exported dialog box (MFC Extension dll)

    Hello, (This is in VS2010) I'm trying to create a generic dialog box that comes up when my extension dll is loaded onto the client application (Takion.exe). This is a trading platform and has its own API with severely scarce documentation; this is all I have: Just wanted to inquire of any...
  3. K

    creating a dialog box through trading platform API

    Hello tiddlywinks, Appreciate the response; I've been trying to understand Takion API for the past week (My C++ experience prior to last 2 weeks did not extend beyond using and updating vectors for a physics class, so the magnitude of C++ concepts unknown to me upon this endeavor was somewhat...
  4. K

    creating a dialog box through trading platform API

    Hey Folks, Writing to inquire how you would create a generic dialog box in your native trading API (preferably one that employs observer pattern design) Any information in this regards is much appreciated Thanks
  5. K

    The Big Hack: How China Used a Tiny Chip to Infiltrate U.S. Companies

    "After missing two deadlines to file quarterly and annual reports required by regulators, Supermicro was delisted from the Nasdaq on Aug. 23 of this year" https://www.bloomberg.com/news/features/2018-10-04/the-big-hack-how-china-used-a-tiny-chip-to-infiltrate-america-s-top-companies
  6. K

    APIs that employ observer-pattern design

    I wish it was as easy as that haha
  7. K

    APIs that employ observer-pattern design

    That's great! Do you have experience with coding using this design? If so, is it okay if I ask you some questions regarding this? Currently using takion and having a hard time wrapping my head around the API
  8. K

    APIs that employ observer-pattern design

    Hello, I apologize for not being specific; I'm currently working with a trading platform API that employs an Observer-pattern design (Takion) and am trying to achieve some basic goals in order to get a better feel for programming in C++ as well as the API itself. Due to lack of sufficient...
  9. K

    APIs that employ observer-pattern design

    Gotcha, do you use NinjaTrader? I was specifically looking for people who implement this in their trading API to alleviate some questions I had or perhaps ask for some documentation Thanks
  10. K

    APIs that employ observer-pattern design

    Hey Folks, Writing to inquire whether you guys use any APIs that employ an observer-pattern design; as explained here: Defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically...
  11. K

    APIs that employ observer-pattern design

    Hey Folks, Writing to inquire whether you guys use any APIs that employ an observer-pattern design; as explained here: Defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically...
  12. K

    Takion api (take 2)

    Hey Folks, Wanted to post again to see if i get better luck;Been sifting through several hundred lines of code in order to figure out Takion API for the past couple of days. I have the preliminary documents that show you how to install the software, some general information and an example...
  13. K

    Anyone here familiar with Takion/ Takion API?

    Hey folks, Been sifting through several hundred lines of code in order to figure out Takion API for the past couple of days. Managed to load an extension just last week but am unable to decipher the code. I'm currently just trying to pull level 2 bids for a stock and display it, thats all. Any...
Back
Top