Skip to content

v1.0.0.1

Choose a tag to compare

@kzhdev kzhdev released this 30 Apr 18:05
· 7 commits to main since this release
  • Use WM_APP+1 message to trigger a price quote request
  • Implement SET_VOLTYPE support.
    • 0 - Broker default, usually quote size;
    • 1 - no volume;
    • 2 - Market Delta (bid volume - ask volume); Note: This is different in the Zorro menu
    • 3 - quote size (ask+bid);
    • 4 - trade volume;
    • 5 - ask size;
    • 6 - bid size;
  • Changed the plugin log file name to rithmic_plugin__.log
  • Rimthic replayPnl doesn't always receive a callback; added a timeout to continue the login.
  • Fix the REngine environment parameter, which is not set correctly.