C# Класс Forex_Strategy_Builder.Session

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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