C# 클래스 Lykke.Job.CandlesHistoryWriter.Services.Candles.CandlesCheckerSilent

상속: ICandlesChecker
파일 보기 프로젝트 열기: LykkeCity/Lykke.Job.CandlesHistoryWriter

보호된 프로퍼티들

프로퍼티 타입 설명
Log ILog

공개 메소드들

메소드 설명
CanHandleAssetPair ( string assetPairId ) : bool

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

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

Constructor.

메소드 상세

CanHandleAssetPair() 공개 메소드

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

CandlesCheckerSilent() 공개 메소드

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.
리턴 Common.Log

프로퍼티 상세

Log 보호되어 있는 프로퍼티

protected ILog Log
리턴 ILog