
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
Why I can not receive balance and changes in Extended pumping mode ?
void __stdcall PumpingNotify(int code,int type,void *data,void *param)
{
if(code==PUMP_UPDATE_USERS && data!=NULL)
{
UserRecord m_User=*(UserRecord*)data;
switch(type)
{
case TRANS_UPDATE:
m_AccountData.Update(m_User);
break;
}
}
}
Please send me any solution "receive balance and changes in Extended pumping mode" .
Thanks