Announcement

Collapse
No announcement yet.

Second Question for about C ActiveX Sample on eSignal shared server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Second Question for about C ActiveX Sample on eSignal shared server

    Hi

    I have another question for the c++ example:

    for void MainDialog::ES_OnQuoteChanged(CString s)

    i think it should be
    if (m_snapshot || m_barSymbol ==s)
    return;

    i think it should be "||" but not"&&"

    because the bar request will also cause OnQuoteChanged event, but in this sample application, ES_OnQuoteChanged should not handle the symbol with the bar request.

  • #2
    It is only an example, so you can make modifications as you wish.

    Comment

    Working...
    X