FastQuant.Command.Command C# (CSharp) Method

Command() public method

public Command ( ) : System
return System
        public Command()
        {
        }

Same methods

Command::Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId ) : System
Command::Command ( System.DateTime dateTime, int type, int id, int senderId, int receiverId, ObjectTable fields ) : System
Command::Command ( int type ) : System
Command::Command ( int type, object data0 ) : System
Command::Command ( int type, object data0, object data1 ) : System
Command::Command ( int type, object data0, object data1, object data2 ) : System
Command