public class MetatraderBook extends Object
| Modifier and Type | Field and Description |
|---|---|
List<MetatraderBookEntry> |
book
List of order book entries
|
String |
brokerTime
Time, in broker timezone, YYYY-MM-DD HH:mm:ss.SSS format
|
String |
symbol
Symbol (e.g.
|
IsoTime |
time
Time
|
| Constructor and Description |
|---|
MetatraderBook() |
public String symbol
public IsoTime time
public String brokerTime
public List<MetatraderBookEntry> book
Copyright © 2022. All rights reserved.