SecurityId

StockSharp.Messages

Kennung des Finanzinstruments.

Implementiert: IEquatable<SecurityId>, IPersistable

Eigenschaften

Bloomberg
public string Bloomberg { get; set; }
value = securityId.Bloomberg
securityId.Bloomberg = value

ID im Bloomberg-Format.

BoardCode
public string BoardCode { get; set; }
value = securityId.BoardCode
securityId.BoardCode = value

Elektronische Bordnummer.

Cusip
public string Cusip { get; set; }
value = securityId.Cusip
securityId.Cusip = value

ID im CUSIP-Format (Ausschuss für einheitliche Verfahren zur Identifizierung von Finanzinstrumenten).

InteractiveBrokers
public int? InteractiveBrokers { get; set; }
value = securityId.InteractiveBrokers
securityId.InteractiveBrokers = value

ID im Format Interactive Brokers.

IQFeed
public string IQFeed { get; set; }
value = securityId.IQFeed
securityId.IQFeed = value

ID im IQFeed-Format.

Isin
public string Isin { get; set; }
value = securityId.Isin
securityId.Isin = value

ID im ISIN-Format (International Financial Instruments Identification Number).

IsSpecial
public bool IsSpecial { get; private set; }
value = securityId.IsSpecial
securityId.IsSpecial = value

Bestimmt die ID ist Geld oder Nachrichten.

Native
public object Native { get; set; }
value = securityId.Native
securityId.Native = value

Kennung des Finanzinstruments des nativen (internen) Handelssystems.

NativeAsInt
public long NativeAsInt { get; set; }
value = securityId.NativeAsInt
securityId.NativeAsInt = value

Native (internal) trading system financial instrument id dargestellt als ganze Zahl.

Plaza
public string Plaza { get; set; }
value = securityId.Plaza
securityId.Plaza = value

ID im Plaza-Format.

Ric
public string Ric { get; set; }
value = securityId.Ric
securityId.Ric = value

ID im RIC-Format (Reuters Instrument Code).

SecurityCode
public string SecurityCode { get; set; }
value = securityId.SecurityCode
securityId.SecurityCode = value

Finanzinstrument-Code.

Sedol
public string Sedol { get; set; }
value = securityId.Sedol
securityId.Sedol = value

ID im SEDOL-Format (Stock Exchange Daily Official List).

Methoden

CreateAssociated
public static SecurityId CreateAssociated(string securityCode)
result = SecurityId.CreateAssociated(securityCode)

Erstellen Sie eine Finanzinstrument-ID mit dem Board-Code, der als AssociatedBoardCode gesetzt ist.

securityCode
Finanzinstrument-Code.

Rückgabe: Kennung des Finanzinstruments.

Equals
public bool Equals(SecurityId other)
result = securityId.Equals(other)

Vergleichen Sie SecurityId @ auf die Äquivalenz.

other
Ein weiterer Wert, mit dem man vergleichen kann.

Rückgabe: , wenn das angegebene Objekt gleich dem aktuellen Objekt ist, andernfalls, .

Equals
public override bool Equals(object other)
result = securityId.Equals(other)

Vergleichen Sie SecurityId @ auf die Äquivalenz.

other
Ein weiterer Wert, mit dem man vergleichen kann.

Rückgabe: , wenn das angegebene Objekt gleich dem aktuellen Objekt ist, andernfalls, .

GetHashCode
public override int GetHashCode()
result = securityId.GetHashCode()

Holen Sie sich den Hash-Code des Objekts.

Rückgabe: Einen Hash-Code.

Immutable
public SecurityId Immutable()
result = securityId.Immutable()

Unveränderlich machen.

Rückgabe: SecurityId.

Load
public void Load(SettingsStorage storage)
securityId.Load(storage)

Lasteinstellungen.

storage
Einstellungen Lagerung.
op_Equality
public static bool op_Equality(SecurityId left, SecurityId right)
result = SecurityId.op_Equality(left, right)

Vergleichen Sie zwei Identifikatoren für die Gleichheit.

left
Linker Operand.
right
rechter Operand.

Rückgabe: , wenn die angegebenen Identifikatoren gleich sind, andernfalls, .

op_Inequality
public static bool op_Inequality(SecurityId left, SecurityId right)
result = SecurityId.op_Inequality(left, right)

Vergleichen Sie die Ungleichheit von zwei Identifikatoren.

left
Linker Operand.
right
rechter Operand.

Rückgabe: , wenn identifikatoren gleich sind, andernfalls .

Save
public void Save(SettingsStorage storage)
securityId.Save(storage)

Einstellungen speichern.

storage
Einstellungen Lagerung.
ToString
public override string ToString()
result = securityId.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.

Felder

AssociatedBoardCode
public const string AssociatedBoardCode
value = SecurityId.AssociatedBoardCode

Board-Code für kombinierte Finanzinstrumente.

Money
public static readonly SecurityId Money
value = SecurityId.Money

Kennung des Finanzinstruments "Geld".

News
public static readonly SecurityId News
value = SecurityId.News

"News" Finanzinstrument ID.