Click or drag to resize

IMarketWithProbabilitiesV1 Properties

The IMarketWithProbabilitiesV1 type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInfo Gets the IReadOnlyDictionaryTKey, TValue containing additional market information
(Inherited from IMarket)
Public propertyCashoutStatus Gets a CashoutStatus enum member specifying the availability of cashout, or a null reference
Public propertyId Gets a Int32 value specifying the market type
(Inherited from IMarket)
Public propertyMarketDefinition Gets the associated market definition instance
(Inherited from IMarket)
Public propertyOutcomeProbabilities Gets an IEnumerableT where each IOutcomeProbabilities instance provides probabilities information for one outcome(selection)
(Inherited from IMarketWithProbabilities)
Public propertySpecifiers Gets a IReadOnlyDictionaryTKey, TValue containing market specifiers
(Inherited from IMarket)
Public propertyStatus Gets a MarketStatus enum member specifying the status of the market associated with the current market
(Inherited from IMarketWithProbabilities)
Top
See Also