C# 클래스 Forex_Strategy_Builder.Session

파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
Session ( int bar, int maxPos, int maxOrd )

Constructor

SetWayPoint ( double price, WayPointType type ) : void

Sets a Way Point

메소드 상세

Session() 공개 메소드

Constructor
public Session ( int bar, int maxPos, int maxOrd )
bar int
maxPos int
maxOrd int

SetWayPoint() 공개 메소드

Sets a Way Point
public SetWayPoint ( double price, WayPointType type ) : void
price double
type WayPointType
리턴 void