SecurityId
StockSharp.Messages
Security ID.
实现: IEquatable<SecurityId>, IPersistable
属性
InteractiveBrokers : int?
ID in Interactive Brokers format.
NativeAsInt : long
Native (internal) trading system security id represented as integer.
SecurityCode : string
Security code.
方法
CreateAssociated(string) : SecurityId
Create security id with board code set as AssociatedBoardCode.
- securityCode
- Security code.
返回值: Security ID.
Equals(SecurityId) : bool
Compare SecurityId on the equivalence.
- other
- Another value with which to compare.
返回值: , 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.
返回值: , if the specified object is equal to the current object, otherwise, .
op_Equality(SecurityId, SecurityId) : bool
Compare two identifiers for equality.
- left
- Left operand.
- right
- Right operand.
返回值: , if the specified identifiers are equal, otherwise, .
op_Inequality(SecurityId, SecurityId) : bool
Compare the inequality of two identifiers.
- left
- Left operand.
- right
- Right operand.
返回值: , if identifiers are equal, otherwise, .
字段
AssociatedBoardCode : string
Board code for combined security.
Money : SecurityId
"Money" security id.
News : SecurityId
"News" security id.