C# 클래스 MtGoxTrader.Model.StopOrder

파일 보기 프로젝트 열기: iamapi/MtgoxTrader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
orderTol double

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Execute ( double currentSell, double currentBuy ) : bool
ShouldExecute ( double currentSell, double currentBuy ) : bool
StopOrder ( ) : System
StopOrder ( StopOrder order ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
리턴 bool

ShouldExecute() 공개 메소드

public ShouldExecute ( double currentSell, double currentBuy ) : bool
currentSell double
currentBuy double
리턴 bool

StopOrder() 공개 메소드

public StopOrder ( ) : System
리턴 System

StopOrder() 공개 메소드

public StopOrder ( StopOrder order ) : System
order StopOrder
리턴 System

프로퍼티 상세

orderTol 공개적으로 프로퍼티

public double orderTol
리턴 double