SecurityExternalId
StockSharp.BusinessEntities
Security IDs in other systems.
Hereda de: NotifiableObject
Implementa: ICloneable<SecurityExternalId>, ICloneable, IEquatable<SecurityExternalId>
Constructores
SecurityExternalId()
Initializes a new instance of the SecurityExternalId.
Propiedades
InteractiveBrokers : int?
ID in Interactive Brokers format.
Métodos
Equals(object) : bool
Compare SecurityExternalId on the equivalence.
- other
- Another value with which to compare.
Devuelve: , if the specified object is equal to the current object, otherwise, .
GetHashCode() : int
Serves as a hash function for a particular type.
Devuelve: A hash code for the current Object.
op_Equality(SecurityExternalId, SecurityExternalId) : bool
Compare two identifiers for equality.
- left
- Left operand.
- right
- Right operand.
Devuelve: , if the specified identifiers are equal, otherwise, .
op_Inequality(SecurityExternalId, SecurityExternalId) : bool
Compare the inequality of two identifiers.
- left
- Left operand.
- right
- Right operand.
Devuelve: , if identifiers are equal, otherwise, .