FastQuant.Response.Response C# (CSharp) Method

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

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, ObjectTable fields ) : System
Response