C# Class FastQuant.Response

Inheritance: Message
Afficher le fichier Open project: fastquant/fastquant.dll

Méthodes publiques

Méthode Description
Response ( ) : System
Response ( Command command ) : System
Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId ) : System
Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId, ObjectTable fields ) : System

Method Details

Response() public méthode

public Response ( ) : System
Résultat System

Response() public méthode

public Response ( Command command ) : System
command Command
Résultat System

Response() public méthode

public Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId ) : System
dateTime System.DateTime
type int
id int
commandId int
senderId int
receiverId int
Résultat System

Response() public méthode

public Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId, ObjectTable fields ) : System
dateTime System.DateTime
type int
id int
commandId int
senderId int
receiverId int
fields ObjectTable
Résultat System