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

This class will be used to keep object refs so DLL calls are made to the correct object
파일 보기 프로젝트 열기: jseparovic/MQL4CSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULT_CHART_ID int

공개 메소드들

메소드 설명
getInstance ( ) : DLLObjectWrapper
getMQLCommandManager ( System.Int64 ix ) : MQLCommandManager
getMQLExpert ( System.Int64 ix ) : MQLExpert
getMQLThreadPool ( System.Int64 ix ) : MQLThreadPool
initMQLExpert ( System.Int64 ix, Type type ) : void
initMQLThreadPool ( System.Int64 ix ) : void

비공개 메소드들

메소드 설명
DLLObjectWrapper ( ) : System
IsCommandManagerReady ( System.Int64 ix ) : bool

메소드 상세

getInstance() 공개 정적인 메소드

public static getInstance ( ) : DLLObjectWrapper
리턴 DLLObjectWrapper

getMQLCommandManager() 공개 메소드

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

getMQLExpert() 공개 메소드

public getMQLExpert ( System.Int64 ix ) : MQLExpert
ix System.Int64
리턴 MQLExpert

getMQLThreadPool() 공개 메소드

public getMQLThreadPool ( System.Int64 ix ) : MQLThreadPool
ix System.Int64
리턴 MQLThreadPool

initMQLExpert() 공개 메소드

public initMQLExpert ( System.Int64 ix, Type type ) : void
ix System.Int64
type System.Type
리턴 void

initMQLThreadPool() 공개 메소드

public initMQLThreadPool ( System.Int64 ix ) : void
ix System.Int64
리턴 void

프로퍼티 상세

DEFAULT_CHART_ID 공개적으로 정적으로 프로퍼티

public static int DEFAULT_CHART_ID
리턴 int