FastQuant.LegStreamer.LegStreamer C# (CSharp) Method

LegStreamer() public method

public LegStreamer ( ) : System
return System
		public LegStreamer()
		{
			this.typeId = ObjectType.Leg;
			this.type = typeof(Leg);
		}