ProtoOAArchivedSymbol
Implements: IMessage<ProtoOAArchivedSymbol>, IMessage, IEquatable<ProtoOAArchivedSymbol>, IDeepCloneable<ProtoOAArchivedSymbol>, IBufferMessage
Properties
public string Description { get; set; }
value = protoOAArchivedSymbol.Description
protoOAArchivedSymbol.Description = value
Description of the symbol.
public bool HasDescription { get; }
value = protoOAArchivedSymbol.HasDescription
Gets whether the "description" field is set
public bool HasName { get; }
value = protoOAArchivedSymbol.HasName
Gets whether the "name" field is set
public bool HasSymbolId { get; }
value = protoOAArchivedSymbol.HasSymbolId
Gets whether the "symbolId" field is set
public bool HasUtcLastUpdateTimestamp { get; }
value = protoOAArchivedSymbol.HasUtcLastUpdateTimestamp
Gets whether the "utcLastUpdateTimestamp" field is set
public string Name { get; set; }
value = protoOAArchivedSymbol.Name
protoOAArchivedSymbol.Name = value
Name of the symbol (e.g. EUR/USD).
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.
public long UtcLastUpdateTimestamp { get; set; }
value = protoOAArchivedSymbol.UtcLastUpdateTimestamp
protoOAArchivedSymbol.UtcLastUpdateTimestamp = value
The Unix time in milliseconds of the last update of the symbol.
Methods
public void ClearDescription()
protoOAArchivedSymbol.ClearDescription()
Clears the value of the "description" field
public void ClearName()
protoOAArchivedSymbol.ClearName()
Clears the value of the "name" field
public void ClearSymbolId()
protoOAArchivedSymbol.ClearSymbolId()
Clears the value of the "symbolId" field
public void ClearUtcLastUpdateTimestamp()
protoOAArchivedSymbol.ClearUtcLastUpdateTimestamp()
Clears the value of the "utcLastUpdateTimestamp" field
Fields
public const int DescriptionFieldNumber
value = ProtoOAArchivedSymbol.DescriptionFieldNumber
Field number for the "description" field.
public const int NameFieldNumber
value = ProtoOAArchivedSymbol.NameFieldNumber
Field number for the "name" field.
public const int SymbolIdFieldNumber
value = ProtoOAArchivedSymbol.SymbolIdFieldNumber
Field number for the "symbolId" field.
public const int UtcLastUpdateTimestampFieldNumber
value = ProtoOAArchivedSymbol.UtcLastUpdateTimestampFieldNumber
Field number for the "utcLastUpdateTimestamp" field.