Skip to content

HistoricalOrderType

Summary

Represents the type of HistoricalOrder.

Signature

1
public enum HistoricalOrderType

Namespace

cAlgo.API

See Also

Fields

Limit

Summary

Limit order

Signature

1
HistoricalOrderType.Limit;

Return Value

HistoricalOrderType

Market

Summary

Market order

Signature

1
HistoricalOrderType.Market;

Return Value

HistoricalOrderType

MarketRange

Summary

Market Range order

Signature

1
HistoricalOrderType.MarketRange;

Return Value

HistoricalOrderType

MarketOnOpen

Summary

Market on open order

Signature

1
HistoricalOrderType.MarketOnOpen;

Return Value

HistoricalOrderType

Stop

Summary

Stop order

Signature

1
HistoricalOrderType.Stop;

Return Value

HistoricalOrderType

StopOut

Summary

Stop out order

Signature

1
HistoricalOrderType.StopOut;

Return Value

HistoricalOrderType

StopLimit

Summary

Stop limit order

Signature

1
HistoricalOrderType.StopLimit;

Return Value

HistoricalOrderType

StopLossTakeProfit

Summary

Stop Loss / Take Profit order

Signature

1
HistoricalOrderType.StopLossTakeProfit;

Return Value

HistoricalOrderType