コード例 #1
0
 public QuickFix.LastForwardPoints getLastForwardPoints()
 { QuickFix.LastForwardPoints value = new QuickFix.LastForwardPoints();
   getField(value); return value; }
コード例 #2
0
ファイル: ExecutionReport.cs プロジェクト: teopeurt/quickfix
 public bool isSet(QuickFix.LastForwardPoints field)
 {
     return(isSetField(field));
 }
コード例 #3
0
ファイル: ExecutionReport.cs プロジェクト: teopeurt/quickfix
 public QuickFix.LastForwardPoints get(QuickFix.LastForwardPoints value)
 {
     getField(value); return(value);
 }
コード例 #4
0
ファイル: ExecutionReport.cs プロジェクト: teopeurt/quickfix
 public QuickFix.LastForwardPoints getLastForwardPoints()
 {
     QuickFix.LastForwardPoints value = new QuickFix.LastForwardPoints();
     getField(value); return(value);
 }
コード例 #5
0
ファイル: ExecutionReport.cs プロジェクト: teopeurt/quickfix
 public void set(QuickFix.LastForwardPoints value)
 {
     setField(value);
 }