Skip to content

OrderType

Summary

Represents the different types of orders.

Signature

1
public enum OrderType

Namespace

cAlgo.API

Fields

Market

Summary

Market order.

Signature

1
public static OrderType Market;

Return Value

OrderType

Limit

Summary

Limit order.

Signature

1
public static OrderType Limit;

Return Value

OrderType

Stop

Summary

Stop order.

Signature

1
public static OrderType Stop;

Return Value

OrderType

StopLimit

Summary

Stop limit order.

Signature

1
public static OrderType StopLimit;

Return Value

OrderType