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