Beispiel #1
0
 public void OnReply_GetMaxTrdQtys(FTAPI_Conn client, uint nSerialNo, TrdGetMaxTrdQtys.Response rsp)
 {
     handleTrdOnReply(nSerialNo, ProtoID.TrdGetMaxTrdQtys, rsp);
 }
Beispiel #2
0
 public void OnReply_GetMaxTrdQtys(FTAPI_Conn client, int nSerialNo, TrdGetMaxTrdQtys.Response rsp)
 {
 }
Beispiel #3
0
 public GetMaxTrdQtysEventArgs(FTAPI_Conn client, int nSerialNo, TrdGetMaxTrdQtys.Response result)
 {
     Client   = client;
     SerialNo = nSerialNo;
     Result   = result;
 }