ProtoOAArchivedSymbol

StockSharp.cTrader.Native.Model

Implements: IMessage<ProtoOAArchivedSymbol>, IMessage, IEquatable<ProtoOAArchivedSymbol>, IDeepCloneable<ProtoOAArchivedSymbol>, IBufferMessage

Properties

Description
public string Description { get; set; }
value = protoOAArchivedSymbol.Description
protoOAArchivedSymbol.Description = value

Description of the symbol.

HasDescription
public bool HasDescription { get; }
value = protoOAArchivedSymbol.HasDescription

Gets whether the "description" field is set

HasName
public bool HasName { get; }
value = protoOAArchivedSymbol.HasName

Gets whether the "name" field is set

HasSymbolId
public bool HasSymbolId { get; }
value = protoOAArchivedSymbol.HasSymbolId

Gets whether the "symbolId" field is set

HasUtcLastUpdateTimestamp
public bool HasUtcLastUpdateTimestamp { get; }
value = protoOAArchivedSymbol.HasUtcLastUpdateTimestamp

Gets whether the "utcLastUpdateTimestamp" field is set

Name
public string Name { get; set; }
value = protoOAArchivedSymbol.Name
protoOAArchivedSymbol.Name = value

Name of the symbol (e.g. EUR/USD).

SymbolId
public long SymbolId { get; set; }
value = protoOAArchivedSymbol.SymbolId
protoOAArchivedSymbol.SymbolId = value

The unique identifier of the symbol in specific server environment within cTrader platform. Different brokers might have different IDs.

UtcLastUpdateTimestamp
public long UtcLastUpdateTimestamp { get; set; }
value = protoOAArchivedSymbol.UtcLastUpdateTimestamp
protoOAArchivedSymbol.UtcLastUpdateTimestamp = value

The Unix time in milliseconds of the last update of the symbol.

Methods

ClearDescription
public void ClearDescription()
protoOAArchivedSymbol.ClearDescription()

Clears the value of the "description" field

ClearName
public void ClearName()
protoOAArchivedSymbol.ClearName()

Clears the value of the "name" field

ClearSymbolId
public void ClearSymbolId()
protoOAArchivedSymbol.ClearSymbolId()

Clears the value of the "symbolId" field

ClearUtcLastUpdateTimestamp
public void ClearUtcLastUpdateTimestamp()
protoOAArchivedSymbol.ClearUtcLastUpdateTimestamp()

Clears the value of the "utcLastUpdateTimestamp" field

Fields

DescriptionFieldNumber
public const int DescriptionFieldNumber
value = ProtoOAArchivedSymbol.DescriptionFieldNumber

Field number for the "description" field.

NameFieldNumber
public const int NameFieldNumber
value = ProtoOAArchivedSymbol.NameFieldNumber

Field number for the "name" field.

SymbolIdFieldNumber
public const int SymbolIdFieldNumber
value = ProtoOAArchivedSymbol.SymbolIdFieldNumber

Field number for the "symbolId" field.

UtcLastUpdateTimestampFieldNumber
public const int UtcLastUpdateTimestampFieldNumber
value = ProtoOAArchivedSymbol.UtcLastUpdateTimestampFieldNumber

Field number for the "utcLastUpdateTimestamp" field.