public PositionGridItem(StrikeTypeEnum strikeType) { StrikeType = strikeType; }
public PositionGridStrike(decimal strikePrice, StrikeTypeEnum strikeType) : base(strikeType) { StrikePrice = strikePrice; }
public PositionGridPosition(StrikeTypeEnum strikeType) : base(strikeType) { }