public void Send(FIXLogout message)
 {
     throw new Exception("Send Exception");
 }
 public void Send(FIXLogout message)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Esempio n. 3
0
 public LogoutEventArgs(IMarketService service, FIXLogout logout) : base(service)
 {
     this.logout = logout;
 }