Click or drag to resize

DoubleVectorProxySetWrapper Fields

The DoubleVectorProxySetWrapper type exposes the following members.

Fields
  NameDescription
Protected field_acceptedProxies
List of proxies and quantityIndex's for each IQuantity in the _accepts i.e., this list is synchronized with the _accepts
(Inherited from QuantityProxySetWrapper<TQuantityProxy>.)
Protected field_accepts
List of accepts, build by BuildAccepts()
(Inherited from QuantityProxySetWrapper<TQuantityProxy>.)
Protected field_offeredProxies
List of proxies and quantityIndex's for each IQuantity in the _offers i.e., this list is synchronized with the _offers
(Inherited from QuantityProxySetWrapper<TQuantityProxy>.)
Protected field_offers
List of offers, build by BuildOffers()
(Inherited from QuantityProxySetWrapper<TQuantityProxy>.)
Protected field_proxies
Underlying quantity procies
(Inherited from QuantityProxySetWrapper<TQuantityProxy>.)
Top
See Also