EncryptedNewPassword Field
Inheritance: StringField
Beispiel #1
0
 public void Set(QuickFix.Fields.EncryptedNewPassword val) 
 { 
     this.EncryptedNewPassword = val;
 }
Beispiel #2
0
 public QuickFix.Fields.EncryptedNewPassword Get(QuickFix.Fields.EncryptedNewPassword val)
 {
     GetField(val);
     return(val);
 }
Beispiel #3
0
 public bool IsSet(QuickFix.Fields.EncryptedNewPassword val)
 {
     return(IsSetEncryptedNewPassword());
 }
Beispiel #4
0
 public void Set(QuickFix.Fields.EncryptedNewPassword val)
 {
     this.EncryptedNewPassword = val;
 }