Skip to content

TargetPrice Property

Summary

The order target price.

Signature

1
public abstract double TargetPrice {get;}

Return Value

double

Declaring Type

cAlgo.API.PendingOrder

Examples

1
2
 var targetPrice = Symbol.Bid;
 var result = PlaceLimitOrder(TradeType.Buy, Symbol, 10000, targetPrice);

Last update: March 23, 2023