ContractInfo Class

GF Charts Help
OEC Contract Info
Inheritance Hierarchy

SystemObject
  GF.Clients.Charts.UtilsGeneralContractInfo
    GF.Clients.Charts.UtilsContractInfo

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public class ContractInfo : GeneralContractInfo

The ContractInfo type exposes the following members.

Properties

  NameDescription
Public propertyAskPrice
Current ask price
(Overrides GeneralContractInfoAskPrice.)
Public propertyBaseSymbol
Underlying symbol. E.g, ES
(Overrides GeneralContractInfoBaseSymbol.)
Public propertyBidPrice
Current bid price
(Overrides GeneralContractInfoBidPrice.)
Public propertyContract
OEC API Contract
Public propertyDescription (Overrides GeneralContractInfoDescription.)
Public propertyDPP
Dollars per point
(Overrides GeneralContractInfoDPP.)
Public propertyExchange (Overrides GeneralContractInfoExchange.)
Public propertyExpirationDate (Overrides GeneralContractInfoExpirationDate.)
Public propertyHasVolumeData (Overrides GeneralContractInfoHasVolumeData.)
Public propertyHistory (Inherited from GeneralContractInfo.)
Public propertyLastPrice
Last price
(Overrides GeneralContractInfoLastPrice.)
Public propertyMinMove
Minimum movement of the contract price for
(Inherited from GeneralContractInfo.)
Public propertyPoint
1.0 / PriceScale
(Inherited from GeneralContractInfo.)
Public propertyPointValue
DPP / PriceScale
(Inherited from GeneralContractInfo.)
Public propertyPrevClose
Settlement price
(Overrides GeneralContractInfoPrevClose.)
Public propertyPriceScale
Price scale
(Overrides GeneralContractInfoPriceScale.)
Public propertyStartTime
Session start time
(Overrides GeneralContractInfoStartTime.)
Public propertyStopTime
Session stop time
(Overrides GeneralContractInfoStopTime.)
Public propertySymbol
Symbol. E.g., ESZ7
(Overrides GeneralContractInfoSymbol.)
Public propertyTickSize
Tick size of the contract
(Overrides GeneralContractInfoTickSize.)
Top
Methods

  NameDescription
Public methodAddDataConsumer (Overrides GeneralContractInfoAddDataConsumer(IDataConsumer).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFormat
Formats value by rules of OEC API Contract. '110 16', for example
(Overrides GeneralContractInfoFormat(Double).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveDataConsumer (Overrides GeneralContractInfoRemoveDataConsumer(IDataConsumer).)
Public methodRequestHistory(DateTime, Timeframe)
Sends the request of bars to OEC Price Server
(Overrides GeneralContractInfoRequestHistory(DateTime, Timeframe).)
Public methodRequestHistory(Int32, Timeframe) (Overrides GeneralContractInfoRequestHistory(Int32, Timeframe).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference