C# Class Lykke.Job.CandlesHistoryWriter.Services.Candles.CandlesCheckerSilent

Inheritance: ICandlesChecker
Afficher le fichier Open project: LykkeCity/Lykke.Job.CandlesHistoryWriter

Protected Properties

Свойство Type Description
Log ILog

Méthodes publiques

Méthode Description
CanHandleAssetPair ( string assetPairId ) : bool

Checks if we can handle/store the given asset pair.

CandlesCheckerSilent ( ILogFactory logFactory, ICandlesHistoryRepository historyRep, string component ) : Common.Log

Constructor.

Method Details

CanHandleAssetPair() public méthode

Checks if we can handle/store the given asset pair.
public CanHandleAssetPair ( string assetPairId ) : bool
assetPairId string Asset pair ID.
Résultat bool

CandlesCheckerSilent() public méthode

Constructor.
public CandlesCheckerSilent ( ILogFactory logFactory, ICandlesHistoryRepository historyRep, string component ) : Common.Log
logFactory ILogFactory The instance.
historyRep ICandlesHistoryRepository The instance.
component string Component name for log.
Résultat Common.Log

Property Details

Log protected_oe property

protected ILog Log
Résultat ILog