QuotingAction

StockSharp.Algo.Strategies.Quoting

Recommended action output from the engine.

Properties

ActionType : QuotingActionType

Type of action.

IsSuccess : bool

Whether the quoting was successful (for Finish action).

OrderType : OrderTypes?

Order type for new order.

Price : decimal?

Recommended price for new order (null for market orders).

Reason : string

Reason for the action (for logging).

Volume : decimal?

Recommended volume for new order.

Methods

Cancel(string) : QuotingAction

Create "cancel order" result.

Finish(bool, string) : QuotingAction

Create "finish quoting" result.

Modify(decimal?, decimal, OrderTypes, string) : QuotingAction

Create "modify order" result.

None(string) : QuotingAction

Create "no action" result.

Register(decimal?, decimal, OrderTypes, string) : QuotingAction

Create "register order" result.