QuotingAction
StockSharp.Algo.Strategies.Quoting
Recommended action output from the engine.
Properties
ActionType : QuotingActionType
Type of action.
OrderType : OrderTypes?
Order type 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.