public final class ConGroupSec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
autocloseout_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
|
double |
comm_agent
agent commission
|
int |
comm_agent_lots
agent commission lots mode-COMMISSION_PER_LOT,COMMISSION_PER_DEAL
|
int |
comm_agent_type
agent commission mode-COMM_TYPE_MONEY, COMM_TYPE_PIPS
|
double |
comm_base
standart commission
|
int |
comm_lots
commission lots mode-COMMISSION_PER_LOT,COMMISSION_PER_DEAL
|
double |
comm_tax
commission taxes
|
int |
comm_type
commission type-COMM_TYPE_MONEY,COMM_TYPE_PIPS,COMM_TYPE_PERCENT
|
int |
confirmation
use confirmation in Request mode
|
int |
execution
dealing mode-EXECUTION_MANUAL,EXECUTION_AUTO,EXECUTION_ACTIVITY
|
int |
freemargin_mode
free margin check mode
|
int |
ie_deviation
maximum price deviation in Instant Execution mode
|
int |
ie_quick_mode
ie quick mode
|
int |
lot_max
allowed minimal and maximal lot values
|
int |
lot_min
allowed minimal and maximal lot values
|
int |
lot_step
allowed step value (10 lot-1000, 1 lot-100, 0.1 lot-10)
|
int[] |
reserved
reserved
|
int |
show
enable show and trade for this group of securites
|
int |
spread_diff
spread difference in compare with default security spread
|
int |
trade
enable show and trade for this group of securites
|
int |
trade_rights
clients trade rights-bit mask see TRADE_DENY_NONE,TRADE_DENY_CLOSEBY,TRADE_DENY_MUCLOSEBY
|
Constructor and Description |
---|
ConGroupSec() |
Modifier and Type | Method and Description |
---|---|
ConGroupSec |
clone() |
public int show
public int trade
public int execution
public double comm_base
public int comm_type
public int comm_lots
public double comm_agent
public int comm_agent_type
public int spread_diff
public int lot_min
public int lot_max
public int lot_step
public int ie_deviation
public int confirmation
public int trade_rights
public int ie_quick_mode
public int autocloseout_mode
public double comm_tax
public int comm_agent_lots
public int freemargin_mode
public int[] reserved
public ConGroupSec clone()
clone
in class java.lang.Object