예제 #1
0
 public StreamAssignmentReportACK(
     QuickFix.StreamAsgnAckType aStreamAsgnAckType,
     QuickFix.StreamAsgnRptID aStreamAsgnRptID)
     : base(MsgType())
 {
     set(aStreamAsgnAckType);
     set(aStreamAsgnRptID);
 }
예제 #2
0
 public bool isSet(QuickFix.StreamAsgnRptID field)
 {
     return(isSetField(field));
 }
예제 #3
0
 public QuickFix.StreamAsgnRptID getStreamAsgnRptID()
 {
     QuickFix.StreamAsgnRptID value = new QuickFix.StreamAsgnRptID();
     getField(value); return(value);
 }
예제 #4
0
 public QuickFix.StreamAsgnRptID get(QuickFix.StreamAsgnRptID value)
 {
     getField(value); return(value);
 }
예제 #5
0
 public void set(QuickFix.StreamAsgnRptID value)
 {
     setField(value);
 }
 public QuickFix.StreamAsgnRptID getStreamAsgnRptID()
 { QuickFix.StreamAsgnRptID value = new QuickFix.StreamAsgnRptID();
   getField(value); return value; }