Enum OrderType
Enumeration of order types.
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public enum OrderType
Fields
Name | Description |
---|---|
cash | deposit/ withdraw cash |
closeThisBar | execute order at close of current bar |
endOfSimFakeClose | fake close at end of simulation |
instrumentDelisted | close out a position in an inactive stock |
limitNextBar | execute limit order on next bar |
openNextBar | execute order at open of next bar |
optionExpiryClose | expire option at close of current bar. this order type is reserved for internal use by the simulator engine. |
stopNextBar | execute stop order on next bar |