public MDEntryGroup(MarketDataSnapshotFullRefresh.NoMDEntries group, SecurityEntry owner) { OwnerEntry = owner; MDEntryType = group.getMDEntryType().getValue(); MDEntryPx = group.getMDEntryPx().getValue(); MDEntrySize = group.getMDEntrySize().getValue(); }