Свойство | Тип | Описание | |
---|---|---|---|
CreateChildInstrumentStrategy | Strategy | ||
EmitStrategyStart | void | ||
InsertStrategy | void |
Метод | Описание | |
---|---|---|
AddInstance ( Instrument instrument, |
||
AddInstrument ( Instrument instrument ) : void | ||
HasLongPosition ( ) : bool | ||
HasLongPosition ( double qty ) : bool | ||
HasPosition ( ) : bool | ||
HasPosition ( PositionSide side, double qty ) : bool | ||
HasShortPosition ( ) : bool | ||
HasShortPosition ( double qty ) : bool | ||
Init ( ) : void | ||
InstrumentStrategy ( |
Метод | Описание | |
---|---|---|
CreateChildInstrumentStrategy ( Instrument instrument ) : Strategy | ||
EmitStrategyStart ( ) : void | ||
InsertStrategy ( |
public AddInstance ( Instrument instrument, |
||
instrument | Instrument | |
strategy | ||
Результат | void |
public AddInstrument ( Instrument instrument ) : void | ||
instrument | Instrument | |
Результат | void |
public HasLongPosition ( double qty ) : bool | ||
qty | double | |
Результат | bool |
public HasPosition ( PositionSide side, double qty ) : bool | ||
side | PositionSide | |
qty | double | |
Результат | bool |
public HasShortPosition ( double qty ) : bool | ||
qty | double | |
Результат | bool |
public InstrumentStrategy ( |
||
framework | ||
name | string | |
Результат | System |