Search results

  1. J

    ANVIL API (Assent) Developer Thread

    Me neither.
  2. J

    ANVIL API (Assent) Developer Thread

    Is the app you mentioned Anvil.exe? I don't use it except for the dll embeded in Anvil.exe. What I do is creating a singleton class and do the hooking in the initialize method of its only instance. Write the unhooking codein the destructor and delete this instance in the...
  3. J

    ANVIL API (Assent) Developer Thread

    It works! Thank you very much!
  4. J

    ANVIL API (Assent) Developer Thread

    Hi ctarmor-et, After reading your previous post about hooking into Anvil main thread, I successfully got Anvil main thread listening to WM_USER* messages. But somehow the filter function was called twice when I just post one message to main thread. Following is the hooking codes, message...
  5. J

    ANVIL API (Assent) Developer Thread

    Anyone knows how exactly proactive orders work? Do they differ in different ECNs? Or perform in the same way? Thanks!
  6. J

    ANVIL API (Assent) Developer Thread

    Thanks ctarmor-et! It does help.
  7. J

    ANVIL API (Assent) Developer Thread

    Has anyone tried to use Order::CancelReplace? it didn't work as I expect. Could anybody who had successfully used it share some code? Thank you in advance!
Back
Top