SettlType Field
상속: CharField
예제 #1
0
 public void Set(QuickFix.Fields.SettlType val) 
 { 
     this.SettlType = val;
 }
예제 #2
0
파일: BidResponse.cs 프로젝트: sansay61/OMS
 public QuickFix.Fields.SettlType Get(QuickFix.Fields.SettlType val)
 {
     GetField(val);
     return(val);
 }
예제 #3
0
파일: BidResponse.cs 프로젝트: sansay61/OMS
 public bool IsSet(QuickFix.Fields.SettlType val)
 {
     return(IsSetSettlType());
 }
예제 #4
0
파일: BidResponse.cs 프로젝트: sansay61/OMS
 public void Set(QuickFix.Fields.SettlType val)
 {
     this.SettlType = val;
 }