C# 클래스 XTAPI_Samples.GatewayStatusData.ServerStatus

Values of a specific servers status
파일 보기 프로젝트 열기: tradingtechnologies/CodeSamples_XTAPI_CSharp

공개 프로퍼티들

프로퍼티 타입 설명
IsOpened bool

공개 메소드들

메소드 설명
ServerStatus ( bool isOpen, bool isServerUp, bool isDownloading ) : System

메소드 상세

ServerStatus() 공개 메소드

public ServerStatus ( bool isOpen, bool isServerUp, bool isDownloading ) : System
isOpen bool
isServerUp bool
isDownloading bool
리턴 System

프로퍼티 상세

IsOpened 공개적으로 프로퍼티

public bool IsOpened
리턴 bool