FastQuant.PositionStreamer.PositionStreamer C# (CSharp) Method

PositionStreamer() public method

public PositionStreamer ( ) : System
return System
        public PositionStreamer()
        {
            this.typeId = DataObjectType.Position;
            this.type = typeof(Position);
            this.version = 1;
        }