Click or drag to resize

StrategyBaseExitPosition Method

Overload List
  NameDescription
Public methodExitPosition
Exits positions as entered via entry order with entry name as Strategy Entry (default entry name) Market order is submitted to close the position. If Connection does not supports market order then a limit order is submitted.
Public methodExitPosition(Int32)
Exits a position
Public methodExitPosition(String)
Exits positions as entered via entry order with entry name as Strategy Entry (default entry name) Market order is submitted to close the position. If Connection does not supports market order then a limit order is submitted.
Public methodExitPosition(Int32, String)
Exits a position
Top
See Also