SecurityId

StockSharp.Messages

金融商品ID

実装: IEquatable<SecurityId>, IPersistable

プロパティ

Bloomberg
public string Bloomberg { get; set; }
value = securityId.Bloomberg
securityId.Bloomberg = value

ブルームバーグのID。

BoardCode
public string BoardCode { get; set; }
value = securityId.BoardCode
securityId.BoardCode = value

電子ボードコード。

Cusip
public string Cusip { get; set; }
value = securityId.Cusip
securityId.Cusip = value

CUSIP形式のID(均一金融商品識別手続に関する委員会)

InteractiveBrokers
public int? InteractiveBrokers { get; set; }
value = securityId.InteractiveBrokers
securityId.InteractiveBrokers = value

インタラクティブブローカーのフォーマットのID。

IQFeed
public string IQFeed { get; set; }
value = securityId.IQFeed
securityId.IQFeed = value

IQFeed 形式の ID です。

Isin
public string Isin { get; set; }
value = securityId.Isin
securityId.Isin = value

ISIN形式のID(国際金融商品識別番号)

IsSpecial
public bool IsSpecial { get; private set; }
value = securityId.IsSpecial
securityId.IsSpecial = value

id がお金かニュースであるかどうかを判断します。

Native
public object Native { get; set; }
value = securityId.Native
securityId.Native = value

ネイティブ(内部)取引システム金融商品ID。

NativeAsInt
public long NativeAsInt { get; set; }
value = securityId.NativeAsInt
securityId.NativeAsInt = value

ネイティブ(内部)取引システム金融商品IDは整数として表されます。

Plaza
public string Plaza { get; set; }
value = securityId.Plaza
securityId.Plaza = value

プラザのIDは、

Ric
public string Ric { get; set; }
value = securityId.Ric
securityId.Ric = value

RIC形式のID(ロイターインストゥルメントコード)

SecurityCode
public string SecurityCode { get; set; }
value = securityId.SecurityCode
securityId.SecurityCode = value

金融商品コード。

Sedol
public string Sedol { get; set; }
value = securityId.Sedol
securityId.Sedol = value

SEDOL形式のID(証券取引所の日系公式リスト)

メソッド

CreateAssociated
public static SecurityId CreateAssociated(string securityCode)
result = SecurityId.CreateAssociated(securityCode)

財務機器 ID を AssociatedBoardCode にセットしてボードコードで作成します。

securityCode
金融商品コード。

戻り値: 金融商品ID

Equals
public bool Equals(SecurityId other)
result = securityId.Equals(other)

同等性に関するSecurityId@を比較。

other
比較する別の値。

戻り値: 、指定されたオブジェクトが現在のオブジェクトと等しい場合、そうでなければ、 。

Equals
public override bool Equals(object other)
result = securityId.Equals(other)

同等性に関するSecurityId@を比較。

other
比較する別の値。

戻り値: 、指定されたオブジェクトが現在のオブジェクトと等しい場合、そうでなければ、 。

GetHashCode
public override int GetHashCode()
result = securityId.GetHashCode()

オブジェクトのハッシュコードを取得します。

戻り値: ハッシュコード。

Immutable
public SecurityId Immutable()
result = securityId.Immutable()

不変なこと。

戻り値: 代表取締役社長 佐藤 浩

Load
public void Load(SettingsStorage storage)
securityId.Load(storage)

設定をロードします。

storage
設定ストレージ。
op_Equality
public static bool op_Equality(SecurityId left, SecurityId right)
result = SecurityId.op_Equality(left, right)

平等性のために2つの識別子を比較します。

left
左のオペランド。
right
右オペランド。

戻り値: , 指定の識別子が等しい場合, それ以外の場合は .

op_Inequality
public static bool op_Inequality(SecurityId left, SecurityId right)
result = SecurityId.op_Inequality(left, right)

2つの識別子の不平等性を比較します。

left
左のオペランド。
right
右オペランド。

戻り値: , 識別子が等しくない場合, それ以外の場合は .

Save
public void Save(SettingsStorage storage)
securityId.Save(storage)

設定を保存します。

storage
設定ストレージ。
ToString
public override string ToString()
result = securityId.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。

フィールド

AssociatedBoardCode
public const string AssociatedBoardCode
value = SecurityId.AssociatedBoardCode

金融商品取引の合弁会社コード

Money
public static readonly SecurityId Money
value = SecurityId.Money

「お金」金融商品ID。

News
public static readonly SecurityId News
value = SecurityId.News

「ニュース」金融商品ID。