public final class ConGroup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
adv_security
enable advanced security
|
int |
archive_max_balance
archive max balance
|
int |
archive_pending_period
pendings clean period
|
int |
archive_period
archive period
|
int |
check_ie_prices
check by stream prices on IE
|
int |
close_fifo
fifo rule
|
int |
close_reopen
partial close mode (if !=0 original position will be fully closed and remain position will be fully reopened)
|
java.lang.String |
company
company name
|
int |
copies
copy statements on support email
|
double |
credit
virtual credit
|
java.lang.String |
currency
deposit currency
|
double |
default_deposit
default deposit (user don't specify balance himself)
|
int |
default_leverage
default leverage (user don't specify leverage himself)
|
int |
enable
enable group
|
java.lang.String |
group
group name
|
int |
hedge_prohibited
hedge prohibition flag
|
double |
interestrate
annual interest rate (percents)
|
int |
margin_call
margin call level (percents)
|
int |
margin_mode
margin mode-MARGIN_DONT_USE,MARGIN_USE_ALL,MARGIN_USE_PROFIT,MARGIN_USE_LOSS
|
int |
margin_stopout
stop out level
|
int |
margin_type
stop out calculation mode { MARGIN_TYPE_PERCENT, MARGIN_TYPE_CURRENCY }
|
int |
maxpositions
open positions limit (0 - unlimited)
|
int |
maxsecurities
maximum simultaneous securities
|
int |
news
news mode
|
int |
reports
enable statements
|
int[] |
reserved
reserved
|
int |
rights
rights bit mask-ALLOW_FLAG_EMAIL
|
ConGroupSec[] |
secgroups
security group settings
|
ConGroupMargin[] |
secmargins
special securities settings
|
int |
secmargins_total
count of special securities settings
|
byte[] |
securities_hash
internal data
|
java.lang.String |
signature
statements signature
|
java.lang.String |
smtp_login
statements SMTP login
|
java.lang.String |
smtp_password
statements SMTP password
|
java.lang.String |
smtp_server
statements SMTP server
|
int |
stopout_skip_hedged
stopout mode
|
java.lang.String |
support_email
support email
|
java.lang.String |
templates
path to directory with custom templates
|
int |
timeout
trade confirmation timeout (seconds)
|
int[] |
unused_rights
reserved
|
int |
use_swap
use rollovers and interestrate
|
Constructor and Description |
---|
ConGroup() |
Modifier and Type | Method and Description |
---|---|
ConGroup |
clone() |
public java.lang.String group
public int enable
public int timeout
public int adv_security
public java.lang.String company
public java.lang.String signature
public java.lang.String smtp_server
public java.lang.String smtp_login
public java.lang.String smtp_password
public java.lang.String support_email
public java.lang.String templates
public int copies
public int reports
public int default_leverage
public double default_deposit
public int maxsecurities
public ConGroupSec[] secgroups
public ConGroupMargin[] secmargins
public int secmargins_total
public java.lang.String currency
public double credit
public int margin_call
public int margin_mode
public int margin_stopout
public double interestrate
public int use_swap
public int news
public int rights
public int check_ie_prices
public int maxpositions
public int close_reopen
public int hedge_prohibited
public int close_fifo
public int[] unused_rights
public byte[] securities_hash
public int margin_type
public int archive_period
public int archive_max_balance
public int stopout_skip_hedged
public int archive_pending_period
public int[] reserved
public ConGroup clone()
clone
in class java.lang.Object