FixExecutionReport
StockSharp.Fix.Native
電子メール:ExecutionReportFIX.com
実装: IEquatable<FixExecutionReport>
コンストラクター
FixExecutionReport
public FixExecutionReport(FixId OrdStatusReqId, FixId MassStatusReqId, FixId OrigClOrdId, FixId ClOrdId, ExecutionMessage ExecMsg)
fixExecutionReport = FixExecutionReport(OrdStatusReqId, MassStatusReqId, OrigClOrdId, ClOrdId, ExecMsg)
電子メール:ExecutionReportFIX.com
- OrdStatusReqId
- ステータス識別リクエストを注文します。
- MassStatusReqId
- ステータス識別リクエストの大量化
- OrigClOrdId
- 元のクライアントのオーダー識別子。
- ClOrdId
- クライアントのオーダー識別子。
- ExecMsg
- 注文/取引データでメッセージを実行します。
プロパティ
ClOrdId
public FixId ClOrdId { get; set; }
value = fixExecutionReport.ClOrdId
fixExecutionReport.ClOrdId = value
クライアントのオーダー識別子。
ExecMsg
public ExecutionMessage ExecMsg { get; set; }
value = fixExecutionReport.ExecMsg
fixExecutionReport.ExecMsg = value
注文/取引データでメッセージを実行します。
MassStatusReqId
public FixId MassStatusReqId { get; set; }
value = fixExecutionReport.MassStatusReqId
fixExecutionReport.MassStatusReqId = value
ステータス識別リクエストの大量化
OrdStatusReqId
public FixId OrdStatusReqId { get; set; }
value = fixExecutionReport.OrdStatusReqId
fixExecutionReport.OrdStatusReqId = value
ステータス識別リクエストを注文します。
OrigClOrdId
public FixId OrigClOrdId { get; set; }
value = fixExecutionReport.OrigClOrdId
fixExecutionReport.OrigClOrdId = value
元のクライアントのオーダー識別子。