Click or drag to resize

SymbolInfo Class

Selected symbol information
Inheritance Hierarchy
SystemObject
  mtapi.be.MT4ManagerNetSymbolInfo

Namespace:  mtapi.be.MT4ManagerNet
Assembly:  MT4ManagerNet (in MT4ManagerNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SymbolInfo

The SymbolInfo type exposes the following members.

Constructors
  NameDescription
Public methodSymbolInfo
Initializes a new instance of the SymbolInfo class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAsk
Public fieldBid
Bid, ask
Public fieldCommission
Commission
Public fieldCommType
Commission type
Public fieldCount
Symbol counter
Public fieldDigits
Floating point digits
Public fieldDirection
Direction
Public fieldHigh
High, low
Public fieldLasttime
Last tick time
Public fieldLow
Public fieldPoint
Symbol point=1/pow(10,digits)
Public fieldSpread
Symbol spread
Public fieldSpreadBalance
Spread balance
Public fieldSymbol
Symbol name
Public fieldType
Symbol type (symbols group index)
Public fieldUpdateflag
Update flag
Public fieldVisible
Visibility
Top
See Also