public class MarketDataSubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
intervalInMilliseconds
Defines how frequently the terminal will stream data to client.
|
String |
timeframe
When subscription type is candles, defines the timeframe according to which the
candles must be generated.
|
String |
type
Subscription type, one of quotes, candles, ticks, or marketDepth
|
| Constructor and Description |
|---|
MarketDataSubscription() |
public String type
public String timeframe
null.public Integer intervalInMilliseconds
null, then
the value configured in account will be usedCopyright © 2022. All rights reserved.