public class QuoteEventArgs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
Ask
Ask.
|
double |
Bid
Bid.
|
java.lang.String |
Symbol
Trading instrument.
|
java.time.LocalDateTime |
Time
Server time.
|
Constructor and Description |
---|
QuoteEventArgs() |
Modifier and Type | Method and Description |
---|---|
double |
GetAsk()
Ask.
|
double |
GetBid()
Bid.
|
java.lang.String |
toString()
Convert to string.
|