C# Class FastQuant.Command

Inheritance: Message
Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method 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 method

public Command ( ) : System
return System

Command() public method

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
return System

Command() public method

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
return System

Command() public method

public Command ( int type ) : System
type int
return System

Command() public method

public Command ( int type, object data0 ) : System
type int
data0 object
return System

Command() public method

public Command ( int type, object data0, object data1 ) : System
type int
data0 object
data1 object
return System

Command() public method

public Command ( int type, object data0, object data1, object data2 ) : System
type int
data0 object
data1 object
data2 object
return System