IMarketDataProvider

StockSharp.BusinessEntities

The market data by the instrument provider interface.

方法

GetLevel1Fields(Security) : IEnumerable<Level1Fields>

To get a set of available fields Level1Fields, for which there is a market data for the instrument.

security
Security.

返回值: Possible fields.

GetSecurityValue(Security, Level1Fields) : object

To get the value of market data for the instrument.

security
Security.
field
Market-data field.

返回值: The field value. If no data, the will be returned.

事件

LookupSecuritiesResult : Action<SecurityLookupMessage, IEnumerable<Security>, Exception>

Lookup result SecurityLookupMessage received.