FastQuant.Response.Response C# (CSharp) Method

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
        public Response(DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId, ObjectTable fields) : base(dateTime, type, id, senderId, receiverId, fields)
        {
            CommandId = commandId;
        }
        #endregion

Same methods

Response::Response ( ) : System
Response::Response ( Command command ) : System
Response::Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId ) : System
Response