TrueFXTickEvent - tabs to spaces
This commit is contained in:
@ -92,6 +92,6 @@ public class TrueFXTickEvent extends TickEvent {
|
|||||||
* Return a human readable representation of this event.
|
* Return a human readable representation of this event.
|
||||||
*/
|
*/
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return String.format("TrueFXTickEvent[%s, %s, %s]", time, instrument, getMid());
|
return String.format("TrueFXTickEvent[%s, %s, ask: %s, mid: %s]", time, instrument, getAsk(), getMid());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user