C# 클래스 MQL4CSharp.Base.MQL.MQLCommandManager

파일 보기 프로젝트 열기: jseparovic/MQL4CSharp 1 사용 예제들

공개 메소드들

메소드 설명
ExecCommand ( MQLCommand command, List parameters ) : int
GetCommandResult ( int id ) : Object
IsCommandRunning ( int id ) : bool
MQLCommandManager ( System.Int64 ix ) : System
getCommandParams ( int id ) : String
getInstance ( System.Int64 ix ) : MQLCommandManager
throwExceptionIfErrorResponse ( int id ) : void

비공개 메소드들

메소드 설명
CommandLock ( System.Int64 ix ) : bool
CommandUnLock ( System.Int64 ix ) : bool
GetCommandId ( System.Int64 ix, int id ) : int
GetCommandName ( System.Int64 ix, int id, [ commandName ) : void
GetCommandParams ( System.Int64 ix, int id, [ commandParams ) : void
IsCommandWaiting ( System.Int64 ix ) : int
SetBoolCommandResponse ( System.Int64 ix, int id, bool response, int error ) : void
SetDateTimeCommandResponse ( System.Int64 ix, int id, System.Int64 response, int error ) : void
SetDoubleCommandResponse ( System.Int64 ix, int id, double response, int error ) : void
SetEnumCommandResponse ( System.Int64 ix, int id, int response, int error ) : void
SetIntCommandResponse ( System.Int64 ix, int id, int response, int error ) : void
SetLongCommandResponse ( System.Int64 ix, int id, long response, int error ) : void
SetStringCommandResponse ( System.Int64 ix, int id, [ response, int error ) : void
SetVoidCommandResponse ( System.Int64 ix, int id, int error ) : void
setCommandResponse ( int id, object response, int errorCode ) : void

메소드 상세

ExecCommand() 공개 메소드

public ExecCommand ( MQLCommand command, List parameters ) : int
command MQLCommand
parameters List
리턴 int

GetCommandResult() 공개 메소드

public GetCommandResult ( int id ) : Object
id int
리턴 Object

IsCommandRunning() 공개 메소드

public IsCommandRunning ( int id ) : bool
id int
리턴 bool

MQLCommandManager() 공개 메소드

public MQLCommandManager ( System.Int64 ix ) : System
ix System.Int64
리턴 System

getCommandParams() 공개 메소드

public getCommandParams ( int id ) : String
id int
리턴 String

getInstance() 공개 정적인 메소드

public static getInstance ( System.Int64 ix ) : MQLCommandManager
ix System.Int64
리턴 MQLCommandManager

throwExceptionIfErrorResponse() 공개 메소드

public throwExceptionIfErrorResponse ( int id ) : void
id int
리턴 void