C# Class FastQuant.Command

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

Méthodes publiques

Méthode Description
Command ( ) : System
Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId ) : System
Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId, ObjectTable fields ) : System
Command ( int type ) : System
Command ( int type, object data0 ) : System
Command ( int type, object data0, object data1 ) : System
Command ( int type, object data0, object data1, object data2 ) : System

Method Details

Command() public méthode

public Command ( ) : System
Résultat System

Command() public méthode

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

Command() public méthode

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

Command() public méthode

public Command ( int type ) : System
type int
Résultat System

Command() public méthode

public Command ( int type, object data0 ) : System
type int
data0 object
Résultat System

Command() public méthode

public Command ( int type, object data0, object data1 ) : System
type int
data0 object
data1 object
Résultat System

Command() public méthode

public Command ( int type, object data0, object data1, object data2 ) : System
type int
data0 object
data1 object
data2 object
Résultat System