C# 클래스 MQL4CSharp.UserDefined.Input.NewsReport

파일 보기 프로젝트 열기: jseparovic/MQL4CSharp

공개 메소드들

메소드 설명
NewsReport ( string name, string currency, System.DateTime datetime, int noEntryMinutesPrior, int noEntryMinutesPost, int closeOutMinutesPrior ) : System
getCloseOutMinutesPrior ( ) : int
getCloseOutPrior ( ) : System.DateTime
getCurrency ( ) : string
getDateTime ( ) : System.DateTime
getName ( ) : string
getNoEntryMinutesPost ( ) : int
getNoEntryMinutesPrior ( ) : int
getNoEntryPost ( ) : System.DateTime
getNoEntryPrior ( ) : System.DateTime
setCloseOutMinutesPrior ( int closeOutMinutesPrior ) : void
setCurrency ( string currency ) : void
setDateTime ( System.DateTime datetime ) : void
setName ( string name ) : void
setNoEntryMinutesPost ( int noEntryMinutesPost ) : void
setNoEntryMinutesPrior ( int noEntryMinutesPrior ) : void

메소드 상세

NewsReport() 공개 메소드

public NewsReport ( string name, string currency, System.DateTime datetime, int noEntryMinutesPrior, int noEntryMinutesPost, int closeOutMinutesPrior ) : System
name string
currency string
datetime System.DateTime
noEntryMinutesPrior int
noEntryMinutesPost int
closeOutMinutesPrior int
리턴 System

getCloseOutMinutesPrior() 공개 메소드

public getCloseOutMinutesPrior ( ) : int
리턴 int

getCloseOutPrior() 공개 메소드

public getCloseOutPrior ( ) : System.DateTime
리턴 System.DateTime

getCurrency() 공개 메소드

public getCurrency ( ) : string
리턴 string

getDateTime() 공개 메소드

public getDateTime ( ) : System.DateTime
리턴 System.DateTime

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNoEntryMinutesPost() 공개 메소드

public getNoEntryMinutesPost ( ) : int
리턴 int

getNoEntryMinutesPrior() 공개 메소드

public getNoEntryMinutesPrior ( ) : int
리턴 int

getNoEntryPost() 공개 메소드

public getNoEntryPost ( ) : System.DateTime
리턴 System.DateTime

getNoEntryPrior() 공개 메소드

public getNoEntryPrior ( ) : System.DateTime
리턴 System.DateTime

setCloseOutMinutesPrior() 공개 메소드

public setCloseOutMinutesPrior ( int closeOutMinutesPrior ) : void
closeOutMinutesPrior int
리턴 void

setCurrency() 공개 메소드

public setCurrency ( string currency ) : void
currency string
리턴 void

setDateTime() 공개 메소드

public setDateTime ( System.DateTime datetime ) : void
datetime System.DateTime
리턴 void

setName() 공개 메소드

public setName ( string name ) : void
name string
리턴 void

setNoEntryMinutesPost() 공개 메소드

public setNoEntryMinutesPost ( int noEntryMinutesPost ) : void
noEntryMinutesPost int
리턴 void

setNoEntryMinutesPrior() 공개 메소드

public setNoEntryMinutesPrior ( int noEntryMinutesPrior ) : void
noEntryMinutesPrior int
리턴 void