QuoteRespType Field
Inheritance: IntField
コード例 #1
0
ファイル: QuoteResponse.cs プロジェクト: RemiGaudin/quickfixn
 public void Set(QuickFix.Fields.QuoteRespType val) 
 { 
     this.QuoteRespType = val;
 }