| StrategyBaseEnterShort Method |
| Name | Description | |
|---|---|---|
| EnterShort |
Enters a short position. The entry name is set to the default 'Strategy Entry'
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
| |
| EnterShort(Int32) |
Enters a short position. The entry name is set to the default 'Strategy Entry'
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
| |
| EnterShort(String) |
Enters a short position
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
| |
| EnterShort(String, Int32) |
Enters a short position.
Market order is submitted. If Connection does not supports market order then a limit order is submitted.
|