SecurityId

StockSharp.Messages

Security ID.

Implementa: IEquatable<SecurityId>, IPersistable

Propiedades

Bloomberg : string

ID in Bloomberg format.

BoardCode : string

Electronic board code.

Cusip : string

ID in CUSIP format (Committee on Uniform Securities Identification Procedures).

InteractiveBrokers : int?

ID in Interactive Brokers format.

IQFeed : string

ID in IQFeed format.

Isin : string

ID in ISIN format (International Securities Identification Number).

IsSpecial : bool

Determines the id is Money or News.

Native : object

Native (internal) trading system security id.

NativeAsInt : long

Native (internal) trading system security id represented as integer.

Plaza : string

ID in Plaza format.

Ric : string

ID in RIC format (Reuters Instrument Code).

SecurityCode : string

Security code.

Sedol : string

ID in SEDOL format (Stock Exchange Daily Official List).

Métodos

CreateAssociated(string) : SecurityId

Create security id with board code set as AssociatedBoardCode.

securityCode
Security code.

Devuelve: Security ID.

Equals(SecurityId) : bool

Compare SecurityId on the equivalence.

other
Another value with which to compare.

Devuelve: , if the specified object is equal to the current object, otherwise, .

Equals(object) : bool

Compare SecurityId on the equivalence.

other
Another value with which to compare.

Devuelve: , if the specified object is equal to the current object, otherwise, .

GetHashCode() : int

Get the hash code of the object.

Devuelve: A hash code.

Immutable() : SecurityId

Make immutable.

Devuelve: SecurityId.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
op_Equality(SecurityId, SecurityId) : bool

Compare two identifiers for equality.

left
Left operand.
right
Right operand.

Devuelve: , if the specified identifiers are equal, otherwise, .

op_Inequality(SecurityId, SecurityId) : bool

Compare the inequality of two identifiers.

left
Left operand.
right
Right operand.

Devuelve: , if identifiers are equal, otherwise, .

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Devuelve: Строковое представление.

Campos

AssociatedBoardCode : string

Board code for combined security.

Money : SecurityId

"Money" security id.

News : SecurityId

"News" security id.