C# Class MQL4CSharp.Base.MQL.DLLObjectWrapper

This class will be used to keep object refs so DLL calls are made to the correct object
Afficher le fichier Open project: jseparovic/MQL4CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
DEFAULT_CHART_ID int

Méthodes publiques

Méthode 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

Méthode Description
DLLObjectWrapper ( ) : System
IsCommandManagerReady ( System.Int64 ix ) : bool

Method Details

getInstance() public static méthode

public static getInstance ( ) : DLLObjectWrapper
Résultat DLLObjectWrapper

getMQLCommandManager() public méthode

public getMQLCommandManager ( System.Int64 ix ) : MQLCommandManager
ix System.Int64
Résultat MQLCommandManager

getMQLExpert() public méthode

public getMQLExpert ( System.Int64 ix ) : MQLExpert
ix System.Int64
Résultat MQLExpert

getMQLThreadPool() public méthode

public getMQLThreadPool ( System.Int64 ix ) : MQLThreadPool
ix System.Int64
Résultat MQLThreadPool

initMQLExpert() public méthode

public initMQLExpert ( System.Int64 ix, Type type ) : void
ix System.Int64
type System.Type
Résultat void

initMQLThreadPool() public méthode

public initMQLThreadPool ( System.Int64 ix ) : void
ix System.Int64
Résultat void

Property Details

DEFAULT_CHART_ID public_oe static_oe property

public static int DEFAULT_CHART_ID
Résultat int