Click or drag to resize

RequestInfo Class

Trade request
Inheritance Hierarchy
SystemObject
  mtapi.be.MT4ManagerNetRequestInfo

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

The RequestInfo type exposes the following members.

Constructors
  NameDescription
Public methodRequestInfo
Initializes a new instance of the RequestInfo 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 fieldBalance
User balance
Public fieldCredit
User credit
Public fieldGroup
User group
Public fieldGwOrder
Gateway order ticket
Public fieldGwPrice
Gateway order price deviation (pips) from request price
Public fieldGwVolume
Gateway order volume
Public fieldId
Request id
Public fieldLogin
User login
Public fieldManager
Manager processing request (if any)
Public fieldPrev
Public fieldPrices
Bid/ask
Public fieldStatus
Request status
Public fieldTime
Request time
Public fieldTrade
Trade transaction
Top
See Also