SecurityLookupMessage
StockSharp.Messages
特定基準のメッセージ財務機器の検索
継承元: SecurityMessage
実装: ISubscriptionMessage, ITransactionIdMessage, IOriginalTransactionIdMessage, IDataTypeMessage, IMessage, ILocalTimeMessage, ICloneable, ISecurityTypesMessage, ISecurityIdsMessage
コンストラクター
SecurityLookupMessage
public SecurityLookupMessage()
securityLookupMessage = SecurityLookupMessage()
SecurityLookupMessage の新規インスタンスを初期化します。
プロパティ
Count
public long? Count { get; set; }
value = securityLookupMessage.Count
securityLookupMessage.Count = value
送信メッセージのカウントを取得します。
DisableArchive
public bool DisableArchive { get; set; }
value = securityLookupMessage.DisableArchive
securityLookupMessage.DisableArchive = value
リクエストの結果をアーカイブボディに翻訳できません。
FillGaps
public FillGapsDays? FillGaps { get; set; }
value = securityLookupMessage.FillGaps
securityLookupMessage.FillGaps = value
代表取締役社長 佐藤 浩
IncludeExpired
public bool IncludeExpired { get; set; }
value = securityLookupMessage.IncludeExpired
securityLookupMessage.IncludeExpired = value
期限切れの金融商品を含む。
OnlySecurityId
public bool OnlySecurityId { get; set; }
value = securityLookupMessage.OnlySecurityId
securityLookupMessage.OnlySecurityId = value
お電話にてお問い合わせを承っております。
SecurityIds
public SecurityId[] SecurityIds { get; set; }
value = securityLookupMessage.SecurityIds
securityLookupMessage.SecurityIds = value
金融商品識別子。
SecurityTypes
public SecurityTypes[] SecurityTypes { get; set; }
value = securityLookupMessage.SecurityTypes
securityLookupMessage.SecurityTypes = value
金融商品の種類。
Skip
public long? Skip { get; set; }
value = securityLookupMessage.Skip
securityLookupMessage.Skip = value
スキップカウント。
TransactionId
public long TransactionId { get; set; }
value = securityLookupMessage.TransactionId
securityLookupMessage.TransactionId = value
識別子をリクエストする。
メソッド
Clone
public override Message Clone()
result = securityLookupMessage.Clone()
コピーの作成SecurityLookupMessage
戻り値: コピー
CopyTo
public void CopyTo(SecurityLookupMessage destination)
securityLookupMessage.CopyTo(destination)
メッセージをコピーする
- destination
- 情報をコピーするオブジェクト。
ToString
public override string ToString()
result = securityLookupMessage.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。