TT_UserLogout
简述
交易账户注销接口。
TT_UserLogout (h; Timeout: integer):array;
名称 | 类型 | 说明 |
---|
h | integer | 整数,交易客户登入成功返回的句柄,输入; |
Timeout | integer | 整数,超时(单位毫秒),输入 |
返回 | array | 数组
具体的柜台返回结果集。 |
timeout := 3000;
h:= TT_UserLogin("上期技术",
"tcp://asp-sim2-front1.financial-trading-platform.com:26205@2030", "123456",
"888888", timeout,errmsg);
TT_Logout(h, timeout);