Realtime price data for a contract
For a list of all members of this type, see Price Members.
System.Object
MarshalByRefObject
Price
Data from r/t price feed are stored in form of a Price object. It contains momentary values, like LastPrice, and daily stats, such as HighPrice and LowPrice.
Subscription for price data is controlled by Subscribe and Unsubscribe methods. Client notified of price update by OnPriceChanged, and latest update is also availabe in Contract.CurrentPrice property.
See also DOM for depth of market information.
Namespace: OEC.API
Assembly: API (in API.dll)
Price Members | OEC.API Namespace | CurrentPrice