コード例 #1
0
 internal PositionListEnumerator(SmartQuant.Instruments.PositionList positionList)
 {
     this.positionList = positionList;
     this.enumerator   = positionList.GetEnumerator();
 }
コード例 #2
0
		internal PositionList(SmartQuant.Instruments.PositionList positionList)
		{
			this.positionList = positionList;
		}
コード例 #3
0
 internal PositionList(SmartQuant.Instruments.PositionList positionList)
 {
     this.positionList = positionList;
 }
コード例 #4
0
		internal PositionListEnumerator(SmartQuant.Instruments.PositionList positionList)
		{
			this.positionList = positionList;
			this.enumerator = positionList.GetEnumerator();
		}