Class OrderBaseDiagramElement
- Namespace
- StockSharp.Diagram.Elements
- Assembly
- StockSharp.Diagram.Core.dll
Order base element.
public abstract class OrderBaseDiagramElement : DiagramElement, ILogReceiver, ILogSource, IDisposable, INotifyPropertyChanging, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertiesChanged, IPersistable
- Inheritance
-
OrderBaseDiagramElement
- Implements
-
INotifyPropertiesChangedIPersistable
- Derived
- Inherited Members
- Extension Methods
Constructors
OrderBaseDiagramElement()
Initializes a new instance of the OrderBaseDiagramElement.
protected OrderBaseDiagramElement()
Properties
OnlineOnly
Allow transactions only when strategy is online.
public bool OnlineOnly { get; set; }
Property Value
TriggerSocket
Trigger socket.
protected DiagramSocket TriggerSocket { get; }
Property Value
Methods
CanProcess(DiagramSocketValue)
Can process order action.
protected bool CanProcess(DiagramSocketValue triggerValue)
Parameters
triggerValue
DiagramSocketValueTriggerSocket value.
Returns
- bool
Check result.
CanProcess(IDictionary<DiagramSocket, DiagramSocketValue>)
Can process order action.
protected bool CanProcess(IDictionary<DiagramSocket, DiagramSocketValue> values)
Parameters
values
IDictionary<DiagramSocket, DiagramSocketValue>Values.
Returns
- bool
Check result.