FastQuant.Response.Response C# (CSharp) Method

Response() public method

public Response ( Command command ) : System
command Command
return System
        public Response(Command command)
        {
            CommandId = command.Id;
            ReceiverId = command.ReceiverId;
        }

Same methods

Response::Response ( ) : System
Response::Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId ) : System
Response::Response ( System.DateTime dateTime, int type, int id, int commandId, int senderId, int receiverId, ObjectTable fields ) : System
Response