StockSharp - trading and algorithmic trading platform
StockSharp - trading and algorithmic trading platform
StockSharp API
StockSharp.Algo.Strategies
Strategy Class
Strategy Methods
ApplyChanges Method
ApplyCommand Method
AttachOrder Method
CanAttach Method
CancelActiveOrders Method
CancelOrder Method
Clone Method
DisposeManaged Method
EditOrder Method
GetFilteredMarketDepth Method
GetLevel1Fields Method
GetMarketDepth Method
GetPositionValue Method
GetSecurityValue Method
InitStartValues Method
IsOrderEditable Method
IsOrderReplaceable Method
Load Method
Lookup Method
LookupById Method
OnError Method
OnNewMyTrade Method
OnOrderCanceling Method
OnOrderChanged Method
OnOrderRegistered Method
OnOrderRegisterFailed Method
OnOrderRegistering Method
OnOrderReRegistering Method
OnReseted Method
OnStarted Method
OnStopped Method
OnStopping Method
ProcessCancelActiveOrders Method
ProcessNewOrders Method
RaiseLog Method
RaiseParametersChanged Method
RaiseProcessStateChanged Method
RegisterOrder Method
ReRegisterOrder Method
Reset Method
SafeGetConnector Method
Save Method
Start Method
Stop Method
Subscribe Method
ToInfoMessage Method
UnSubscribe Method
Strategy
IsOrderReplaceable Method
Determines the specified order can be replaced by
ReRegisterOrder(Order, Order)
.
Namespace:
StockSharp.Algo.Strategies
Assembly:
StockSharp.Algo (in StockSharp.Algo.dll) Version: 5.0.0.0 (5.0.0)
Syntax
C#
Copy
public
Nullable
<
bool
>
IsOrderReplaceable
(
Order
order
)
Parameters
order
Type:
StockSharp.BusinessEntities
Order
Order.
Return Value
Type:
Nullable
Boolean
if the order is replaceable,
order cannot be replaced,
means no information.
Implements
ITransactionProvider
IsOrderReplaceable(Order)
See Also
Reference
Strategy Class
StockSharp.Algo.Strategies Namespace
© 2020 - StockSharp LP
Send comments on this topic to
feedback