public final class ConSessions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ConSession[] |
quote
quote sessions
|
int |
quote_overnight
for internal usage
|
int[] |
reserved
reserved
|
ConSession[] |
trade
trade sessions
|
int |
trade_overnight
for internal usage
|
Constructor and Description |
---|
ConSessions() |
Modifier and Type | Method and Description |
---|---|
ConSessions |
clone() |
public ConSession[] quote
public ConSession[] trade
public int quote_overnight
public int trade_overnight
public int[] reserved
public ConSessions clone()
clone
in class java.lang.Object