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

ObjectKeyListStreamer() 공개 메소드

public ObjectKeyListStreamer ( ) : System
리턴 System
        public ObjectKeyListStreamer()
        {
            this.typeId = ObjectType.ObjectKeyList;
            this.type = typeof(ObjectKeyList);
        }