SecurityExternalId

StockSharp.BusinessEntities

Security IDs in other systems.

继承自: NotifiableObject

实现: ICloneable<SecurityExternalId>, ICloneable, IEquatable<SecurityExternalId>

构造函数

SecurityExternalId()

Initializes a new instance of the SecurityExternalId.

属性

Bloomberg : string

ID in Bloomberg format.

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).

Plaza : string

ID in Plaza format.

Ric : string

ID in RIC format (Reuters Instrument Code).

Sedol : string

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

方法

Clone() : SecurityExternalId

Create a copy of SecurityExternalId.

返回值: Copy.

Equals(object) : bool

Compare SecurityExternalId on the equivalence.

other
Another value with which to compare.

返回值: , if the specified object is equal to the current object, otherwise, .

GetHashCode() : int

Serves as a hash function for a particular type.

返回值: A hash code for the current Object.

op_Equality(SecurityExternalId, SecurityExternalId) : bool

Compare two identifiers for equality.

left
Left operand.
right
Right operand.

返回值: , if the specified identifiers are equal, otherwise, .

op_Inequality(SecurityExternalId, SecurityExternalId) : bool

Compare the inequality of two identifiers.

left
Left operand.
right
Right operand.

返回值: , if identifiers are equal, otherwise, .

ToString() : string

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

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