C# 클래스 FastQuant.Response

상속: Message
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
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

메소드 상세

Response() 공개 메소드

public Response ( ) : System
리턴 System

Response() 공개 메소드

public Response ( Command command ) : System
command Command
리턴 System

Response() 공개 메소드

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
리턴 System

Response() 공개 메소드

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
리턴 System