C# Class Forex_Strategy_Builder.Session

Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Session ( int bar, int maxPos, int maxOrd )

Constructor

SetWayPoint ( double price, WayPointType type ) : void

Sets a Way Point

Method Details

Session() public méthode

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

SetWayPoint() public méthode

Sets a Way Point
public SetWayPoint ( double price, WayPointType type ) : void
price double
type WayPointType
Résultat void