Skip to content

OrderType

Summary

Represents the different types of orders.

Signature

1
public enum OrderType

Namespace

cAlgo.API

See Also

Fields

Market

Summary

Market order.

Signature

1
OrderType.Market;

Return Value

OrderType

Limit

Summary

Limit order.

Signature

1
OrderType.Limit;

Return Value

OrderType

Stop

Summary

Stop order.

Signature

1
OrderType.Stop;

Return Value

OrderType

StopLimit

Summary

Stop limit order.

Signature

1
OrderType.StopLimit;

Return Value

OrderType