Class MsgError
- Namespace
- StockSharp.Studio.IPC
- Assembly
- StockSharp.Studio.IPC.dll
Response which means that there was error during message handling on server side.
public class MsgError : StudioMessage, IPersistable
- Inheritance
-
MsgError
- Implements
- Inherited Members
- Extension Methods
Constructors
MsgError()
public MsgError()
Properties
ErrorMessage
Error message.
public string ErrorMessage { get; set; }
Property Value
IsCancellation
Is cancellation.
public bool IsCancellation { get; set; }
Property Value
Methods
Load(SettingsStorage)
Loads the state of the object from the specified SettingsStorage.
public override void Load(SettingsStorage ss)
Parameters
Save(SettingsStorage)
Saves the state of the object to the specified SettingsStorage.
public override void Save(SettingsStorage ss)
Parameters
ToString()
public override string ToString()