public final class SymbolInfoEx
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
ask_tickvalue
tickvalue for ask
|
int |
background_color
background color
|
double |
bid_tickvalue
tickvalue for bid
|
double |
contract_size
contract size
|
int |
count
symbols index
|
int |
count_original
symbols index in market watch
|
java.lang.String |
currency
currency
|
java.lang.String |
description
description
|
int |
digits
security precision
|
int |
exemode
execution mode
|
int |
expiration
trades end date (UNIX time)
|
int[] |
external_unused
internal
|
int |
filter
filter value
|
int |
filter_counter
filtration parameter
|
double |
filter_limit
max.
|
int |
filter_reserved
reserved
|
int |
filter_smoothing
smoothing
|
int |
freeze_level
modification freeze level (from market price)
|
int |
gtc_pendings
GTC mode ORDERS_DAILY, ORDERS_GTC, ORDERS_DAILY_NO_STOPS
|
int |
instant_max_volume
max.
|
int |
logging
enable to log quotes
|
int |
long_only
allow only BUY positions
|
java.lang.String |
margin_currency
currency of margin requirments
|
double |
margin_divider
margin divider
|
double |
margin_hedged
hadget margin
|
int |
margin_hedged_strong
lock open checking mode
|
double |
margin_initial
initial margin
|
double |
margin_maintenance
margin maintenance
|
int |
margin_mode
margin calculation mode
|
double |
multiply
multiply 10^digits
|
double |
point
point size - (1/(10^digits)
|
int |
profit_mode
profit calculation mode
|
int |
profit_reserved
reserved
|
int |
quotes_delay
quotes delay
|
int |
realtime
allow real time quotes
|
ConSessions[] |
sessions
quote and trade sessions
|
java.lang.String |
source
synonym
|
int |
spread
spread
|
int |
spread_balance
spread balance
|
int |
starting
trades starting date (UNIX time)
|
int |
stops_level
stops deviation value
|
int |
swap_enable
enable swaps
|
double |
swap_long
swaps values for long and short postions
|
int |
swap_openprice
use open price at swaps calculation in SWAP_BY_INTEREST mode
|
int |
swap_rollover3days
triple rollover day: 0-Monday, 1-Tuesday ...
|
double |
swap_short
swaps values for long and short postions
|
int |
swap_type
swap type
|
byte[] |
symbol
name
|
double |
tick_size
one tick size
|
double |
tick_value
one tick value
|
int |
trade
trade mode
|
int |
type
security group (see ConSymbolGroup)
|
int[] |
unused
reserved
|
int |
value_date
value date for this security
|
Constructor and Description |
---|
SymbolInfoEx() |
Modifier and Type | Method and Description |
---|---|
SymbolInfoEx |
clone() |
public byte[] symbol
public java.lang.String description
public java.lang.String source
public java.lang.String currency
public int type
public int digits
public int trade
public int background_color
public int count
public int count_original
public int[] external_unused
public int realtime
public int starting
public int expiration
public ConSessions[] sessions
public int profit_mode
public int profit_reserved
public int filter
public int filter_counter
public double filter_limit
public int filter_smoothing
public int filter_reserved
public int logging
public int spread
public int spread_balance
public int exemode
public int swap_enable
public int swap_type
public double swap_long
public double swap_short
public int swap_rollover3days
public double contract_size
public double tick_value
public double tick_size
public int stops_level
public int gtc_pendings
public int margin_mode
public double margin_initial
public double margin_maintenance
public double margin_hedged
public double margin_divider
public double point
public double multiply
public double bid_tickvalue
public double ask_tickvalue
public int long_only
public int instant_max_volume
public java.lang.String margin_currency
public int freeze_level
public int margin_hedged_strong
public int value_date
public int quotes_delay
public int swap_openprice
public int[] unused
public SymbolInfoEx clone()
clone
in class java.lang.Object