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