C# Class MQL4CSharp.Base.MQL.DLLObjectWrapper

This class will be used to keep object refs so DLL calls are made to the correct object
ファイルを表示 Open project: jseparovic/MQL4CSharp Class Usage Examples

Public Properties

Property Type Description
DEFAULT_CHART_ID int

Public Methods

Method Description
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

Private Methods

Method Description
DLLObjectWrapper ( ) : System
IsCommandManagerReady ( System.Int64 ix ) : bool

Method Details

getInstance() public static method

public static getInstance ( ) : DLLObjectWrapper
return DLLObjectWrapper

getMQLCommandManager() public method

public getMQLCommandManager ( System.Int64 ix ) : MQLCommandManager
ix System.Int64
return MQLCommandManager

getMQLExpert() public method

public getMQLExpert ( System.Int64 ix ) : MQLExpert
ix System.Int64
return MQLExpert

getMQLThreadPool() public method

public getMQLThreadPool ( System.Int64 ix ) : MQLThreadPool
ix System.Int64
return MQLThreadPool

initMQLExpert() public method

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

initMQLThreadPool() public method

public initMQLThreadPool ( System.Int64 ix ) : void
ix System.Int64
return void

Property Details

DEFAULT_CHART_ID public_oe static_oe property

public static int DEFAULT_CHART_ID
return int