PendingOrderType
Summary
Represents the type of pending order.
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 | |
1 2 | |
See Also
Fields
Limit
Summary
A limit order is an order to buy or sell at a specific price or better.
Signature
1 | |
Return Value
PendingOrderType
Examples
1 2 3 4 5 | |
1 2 3 | |
Stop
Summary
A stop order is an order to buy or sell once the price of the symbol reaches a specified price.
Signature
1 | |
Return Value
PendingOrderType
Examples
1 2 3 4 5 | |
1 2 3 | |
StopLimit
Summary
A stop limit order is an order to buy or sell once the price of the symbol reaches specific price.Order has a parameter for maximum distance from that target price, where it can be executed.
Signature
1 | |
Return Value
PendingOrderType
Examples
1 2 3 4 5 | |
1 2 3 | |