Excel VBA callbacks
OnConnectionStatus
连线状态通知
void OnConnectionStatus(string SystemName, string status);
Parameters
SystemName
TCore系统名称
status
1 : Connected
0 : Logout -1 : Connect lost
OnReportReset
回报重整,所有回报更新通知。请清除所有回报,所有回报会从OnExecutionReport重新推送。
void OnReportReset();
OnExecutionReport
回报资料更新通知。
void OnExecutionReport(TCExcelLib.order order, Boolean isReportReset);
OnMarginUpdate
资金帐务更新
void OnMarginUpdate(Margin margin);
Parameters
margin
OnPositionUpdate
部位帐务更新
void OnPositionUpdate(Position position);
Parameters
position
Last updated
Was this helpful?