SecurityListRequestType Field
Inheritance: IntField
Exemplo n.º 1
0
 public DerivativeSecurityListRequest(
     QuickFix.Fields.SecurityReqID aSecurityReqID,
     QuickFix.Fields.SecurityListRequestType aSecurityListRequestType
     ) : this()
 {
     this.SecurityReqID           = aSecurityReqID;
     this.SecurityListRequestType = aSecurityListRequestType;
 }
 public DerivativeSecurityListRequest(
     QuickFix.Fields.SecurityReqID aSecurityReqID,
     QuickFix.Fields.SecurityListRequestType aSecurityListRequestType,
     QuickFix.Fields.UnderlyingSymbol aUnderlyingSymbol
     ) : this()
 {
     this.SecurityReqID           = aSecurityReqID;
     this.SecurityListRequestType = aSecurityListRequestType;
     this.UnderlyingSymbol        = aUnderlyingSymbol;
 }
Exemplo n.º 3
0
 public SecurityListRequest(
     QuickFix.Fields.SecurityReqID aSecurityReqID,
     QuickFix.Fields.SecurityListRequestType aSecurityListRequestType,
     QuickFix.Fields.Symbol aSymbol
     ) : this()
 {
     this.SecurityReqID           = aSecurityReqID;
     this.SecurityListRequestType = aSecurityListRequestType;
     this.Symbol = aSymbol;
 }
Exemplo n.º 4
0
 public void Set(QuickFix.Fields.SecurityListRequestType val) 
 { 
     this.SecurityListRequestType = val;
 }
 public bool IsSet(QuickFix.Fields.SecurityListRequestType val)
 {
     return(IsSetSecurityListRequestType());
 }
 public QuickFix.Fields.SecurityListRequestType Get(QuickFix.Fields.SecurityListRequestType val)
 {
     GetField(val);
     return(val);
 }
 public void Set(QuickFix.Fields.SecurityListRequestType val)
 {
     this.SecurityListRequestType = val;
 }