Click or drag to resize

ConGroupSec Class

Security group configuration for client group
Inheritance Hierarchy
SystemObject
  mtapi.be.MT4ManagerNetConGroupSec

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

The ConGroupSec type exposes the following members.

Constructors
  NameDescription
Public methodConGroupSec
Initializes a new instance of the ConGroupSec 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 fieldAutocloseoutMode
Auto close-out method { CLOSE_OUT_NONE, CLOSE_OUT_HIHI, CLOSE_OUT_LOLO, CLOSE_OUT_HILO, CLOSE_OUT_LOHI, CLOSE_OUT_LOHI, CLOSE_OUT_FIFO, CLOSE_OUT_LIFO, CLOSE_OUT_INTRDAY_FIFO }
Public fieldCommAgent
Agent commission
Public fieldCommAgentLots
Agent commission per lot/per deal { COMMISSION_PER_LOT,COMMISSION_PER_DEAL }
Public fieldCommAgentType
Agent commission mode-COMM_TYPE_MONEY, COMM_TYPE_PIPS
Public fieldCommBase
Standart commission
Public fieldCommLots
Commission lots mode-COMMISSION_PER_LOT,COMMISSION_PER_DEAL
Public fieldCommTax
Commission taxes
Public fieldCommType
Commission type-COMM_TYPE_MONEY,COMM_TYPE_PIPS,COMM_TYPE_PERCENT
Public fieldConfirmation
Use confirmation in Request mode
Public fieldExecution
Dealing mode-EXECUTION_MANUAL,EXECUTION_AUTO,EXECUTION_ACTIVITY
Public fieldFreemarginMode
"soft" margin check
Public fieldIeDeviation
Maximum price deviation in Instant Execution mode
Public fieldIeQuickMode
Do not resend request to the dealer when client uses deviation
Public fieldLotMax
Public fieldLotMin
Allowed minimal and maximal lot values
Public fieldLotStep
Allowed step value (10 lot-1000, 1 lot-100, 0.1 lot-10)
Public fieldReserved
Reserved
Public fieldShow
Enable show and trade for this group of securites
Public fieldSpreadDiff
Spread difference in compare with default security spread
Public fieldTrade
Public fieldTradeRights
Clients trade rights-bit mask see TRADE_DENY_NONE,TRADE_DENY_CLOSEBY,TRADE_DENY_MUCLOSEBY
Top
See Also