C# Class FastQuant.Response

Inheritance: Message
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

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

public Response ( ) : System
return System

Response() public method

public Response ( Command command ) : System
command Command
return System

Response() public method

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

Response() public method

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