FastQuant.FieldListStreamer.FieldListStreamer C# (CSharp) 메소드

FieldListStreamer() 공개 메소드

public FieldListStreamer ( ) : System
리턴 System
        public FieldListStreamer()
        {
            this.typeId = DataObjectType.FieldList;
            this.type = typeof(FieldList);
        }