WsAuthResponse

StockSharp.Ws

Server → client auth response. Success is mutually exclusive with Error: a successful login carries Success=true with no Error, a failure carries Success=false plus the reason.

Properties

Error
public string Error { get; set; }
value = wsAuthResponse.Error
wsAuthResponse.Error = value

Wire field error.

Success
public bool Success { get; set; }
value = wsAuthResponse.Success
wsAuthResponse.Success = value

Wire field success.

Type
public string Type { get; set; }
value = wsAuthResponse.Type
wsAuthResponse.Type = value

Wire field type.