Click or drag to resize

ConGroupSec Structure

Security group configuration for client group

Namespace:  TradingAPI.MT4Server
Assembly:  MT4ServerApi (in MT4ServerApi.dll) Version: 4.6.1.8
Syntax
public struct ConGroupSec

The ConGroupSec type exposes the following members.

Fields
  NameDescription
Public fieldautocloseout_mode
auto close-out modes see 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 fieldcomm_agent
agent commission
Public fieldcomm_agent_lots
agent commission lots mode-COMMISSION_PER_LOT,COMMISSION_PER_DEAL
Public fieldcomm_agent_type
agent commission mode-COMM_TYPE_MONEY, COMM_TYPE_PIPS
Public fieldcomm_base
standart commission
Public fieldcomm_lots
commission lots mode-COMMISSION_PER_LOT,COMMISSION_PER_DEAL
Public fieldcomm_tax
commission taxes
Public fieldcomm_type
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 fieldfreemargin_mode
free margin check mode
Public fieldie_deviation
maximum price deviation in Instant Execution mode
Public fieldie_quick_mode
ie quick mode
Public fieldlot_max
allowed minimal and maximal lot values
Public fieldlot_min
allowed minimal and maximal lot values
Public fieldlot_step
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 fieldspread_diff
spread difference in compare with default security spread
Public fieldtrade
enable show and trade for this group of securites
Public fieldtrade_rights
clients trade rights-bit mask see TRADE_DENY_NONE,TRADE_DENY_CLOSEBY,TRADE_DENY_MUCLOSEBY
Top
See Also